From 398bb1a1dc18e96c5763909f657c8cf691d83081 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 29 Aug 2021 11:34:00 +0200 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index 0793afd34..73cddde53 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_UPSTREAM="2.1.24" -FROM anthonyraymond/joal:latest +FROM anthonyraymond/joal:$BUILD_UPSTREAM # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"]