Update Dockerfile

This commit is contained in:
Alexandre
2023-06-03 09:11:55 +02:00
committed by GitHub
parent 29d5c8312c
commit 70a2ef18af

View File

@@ -16,7 +16,8 @@
ARG BUILD_FROM
ARG BUILD_VERSION
FROM ${BUILD_FROM}
ARG BUILD_UPSTREAM="1.7.41.2"
FROM ${BUILD_FROM}-version-${BUILD_UPSTREAM}
##################
# 2 Modify Image #