Update Dockerfile

This commit is contained in:
Alexandre
2023-06-17 06:09:31 +02:00
committed by GitHub
parent f889c762f2
commit bb938f22b8

View File

@@ -17,7 +17,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_ARCH
ARG BUILD_UPSTREAM="27.0.0"
ARG BUILD_UPSTREAM="latest"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################