Fix to real version

This commit is contained in:
Alexandre
2022-11-02 17:38:57 +01:00
parent 5cd461702e
commit c22b5d4f92
15 changed files with 44 additions and 36 deletions

View File

@@ -16,7 +16,8 @@
ARG BUILD_FROM
ARG BUILD_VERSION
FROM ${BUILD_FROM}
ARG BUILD_UPSTREAM="4.7.1"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################
# 2 Modify Image #