From ff71f796e30d6c976b40da5d079b02338c7d9ea2 Mon Sep 17 00:00:00 2001 From: Daniel Lublin Date: Wed, 29 Mar 2023 17:03:32 +0200 Subject: [PATCH] toolchain: use new image by default Signed-off-by: Daniel Lublin --- contrib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Makefile b/contrib/Makefile index 56dffc9..2739362 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -3,7 +3,7 @@ BUILDIMAGE=tkey-builder-local # default image used when running a container -IMAGE=ghcr.io/tillitis/tkey-builder:1 +IMAGE=ghcr.io/tillitis/tkey-builder:2 all: @echo "Targets:"