Update Dockerfile

This commit is contained in:
Alexandre
2022-05-22 10:54:01 +02:00
committed by GitHub
parent 5b63a69577
commit fe86a52835

View File

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