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