Update Dockerfile

This commit is contained in:
Alexandre
2023-07-16 15:34:04 +02:00
committed by GitHub
parent 4ffe972e4f
commit b04a904d64

View File

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