Update Dockerfile

This commit is contained in:
Alexandre
2023-06-24 06:57:13 +02:00
committed by GitHub
parent 9feb053ffe
commit ec5882ca42

View File

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