Update Dockerfile

This commit is contained in:
Alexandre
2022-01-21 13:46:30 +01:00
committed by GitHub
parent efac13801d
commit 2607fba3fa

View File

@@ -17,7 +17,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.7.0"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
FROM ${BUILD_FROM}
##################
# 2 Modify Image #