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

@@ -15,7 +15,8 @@
#################
ARG BUILD_VERSION
FROM coderaiser/cloudcmd:latest
ARG BUILD_UPSTREAM="16.6.0"
FROM coderaiser/cloudcmd:${BUILD_UPSTREAM}
##################
# 2 Modify Image #