Update Dockerfile

This commit is contained in:
Alexandre
2022-05-22 10:42:13 +02:00
committed by GitHub
parent f5fba8ef7e
commit b6f9b37cb6

View File

@@ -16,8 +16,8 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="8e34ef8d-ls34"
#ARG BUILD_UPSTREAM="a589d11d-ls36"
#ARG BUILD_UPSTREAM="8e34ef8d-ls34"
ARG BUILD_UPSTREAM="latest"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################