Update Dockerfile

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

View File

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