Update Dockerfile

This commit is contained in:
Alexandre
2021-08-29 11:34:00 +02:00
committed by GitHub
parent 9dbd38b346
commit 398bb1a1dc

View File

@@ -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"]