This commit is contained in:
Alexandre
2021-01-30 22:12:17 +01:00
committed by GitHub
parent 820d8ada97
commit c5dcbe8ec6

View File

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