Latest alpine

This commit is contained in:
Alexandre
2023-09-09 12:08:33 +02:00
parent af10713bf5
commit cf8b159ed9
4 changed files with 18 additions and 3 deletions

View File

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