Update Dockerfile

This commit is contained in:
Alexandre
2022-01-12 06:34:17 +01:00
committed by GitHub
parent e487d867ee
commit 9c4df7cfd4

View File

@@ -14,8 +14,9 @@
################# #################
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
FROM ${BUILD_FROM}-14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls166 ARG BUILD_UPSTREAM="14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls166"
FROM ${BUILD_FROM}-$BUILD_UPSTREAM
################## ##################
# 2 Modify Image # # 2 Modify Image #