Update Dockerfile

This commit is contained in:
Alexandre
2022-11-02 15:55:58 +01:00
committed by GitHub
parent d7335dce9b
commit 6d582b06eb

View File

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