Update Dockerfile

This commit is contained in:
Alexandre
2022-10-20 05:45:58 +02:00
committed by GitHub
parent 8b3315329e
commit 205e29a950

View File

@@ -17,8 +17,8 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_ARCH
ARG BUILD_UPSTREAM="25.0.0"
FROM ${BUILD_FROM}
ARG BUILD_UPSTREAM="24.0.6"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################
# 2 Modify Image #