Update Dockerfile

This commit is contained in:
Alexandre
2023-06-03 09:10:07 +02:00
committed by GitHub
parent d7c0c47f2a
commit 288f8a5844

View File

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