Update Dockerfile

This commit is contained in:
Alexandre
2022-11-18 11:18:24 +01:00
committed by GitHub
parent fd10787b61
commit 4e0be0d75e

View File

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