From 74bcf3c227886970bd91952945a3bbfb309d5a14 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Mon, 23 May 2022 22:39:34 +0200 Subject: [PATCH] docker: upgrade image in live template --- scripts/create-live-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-live-network.sh b/scripts/create-live-network.sh index d6474e4e8..1ca468e1b 100755 --- a/scripts/create-live-network.sh +++ b/scripts/create-live-network.sh @@ -22,7 +22,7 @@ SPEC_DIR="${4:-resources}" echo "CURRENCY=$CURRENCY" # constants -DUNITER_IMAGE_TAG="sha-54010fa1" +DUNITER_IMAGE_TAG="sha-68fd7b3a" # Clean and (re-)create working forders rm -rf $WORK_DIR -- GitLab