build from upstream

This commit is contained in:
Alexandre
2021-02-21 08:38:32 +01:00
parent 9d0ec76c82
commit 4388ca91f0

View File

@@ -1,7 +1,8 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="4.6.0.26"
FROM ${BUILD_FROM}${BUILD_VERSION}
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]