Update Dockerfile

This commit is contained in:
Alexandre
2021-08-02 09:31:32 +02:00
committed by GitHub
parent e7a9879d54
commit e548b38ae4

View File

@@ -1,7 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.7.2.1375"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
FROM ${BUILD_FROM}
RUN \
################