From a171eac4aeaa21f00e1caad13bef8b0e2be159d7 Mon Sep 17 00:00:00 2001 From: Pascal Andy Date: Sun, 15 Dec 2019 20:44:31 -0500 Subject: [PATCH] Updated to version: 1.7.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5d12d08..aa7d533 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # The Dockerfile is not a real Dockerfile. # Those vars are used broadly outside this Dockerfile # Github Action CI and release script (./utility.sh) is consuming these variables. -ARG VERSION="2.4.0" +ARG VERSION="1.7.20" ARG APP_NAME="docker-stack-this" ARG GIT_PROJECT_NAME="docker-stack-this"