Update Dockerfile

This commit is contained in:
Alexandre
2022-09-04 12:55:36 +02:00
committed by GitHub
parent ce80284fe9
commit bc815d8428

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="latest"
ARG BUILD_UPSTREAM="4.4.3.1-r1-ls208"
FROM ${BUILD_FROM}-$BUILD_UPSTREAM
##################