Revert "Update Dockerfile"

This reverts commit 0f0dd96e1a.
This commit is contained in:
Alexandre
2022-09-04 11:33:37 +02:00
parent 0f0dd96e1a
commit 4074f6289c

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
##################