Update Dockerfile

This commit is contained in:
Alexandre
2023-05-05 18:52:03 +02:00
committed by GitHub
parent aa938282bf
commit bd5b0b91db

View File

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