Update Dockerfile

This commit is contained in:
Alexandre
2021-02-23 11:22:49 +01:00
committed by GitHub
parent 242f7c83b2
commit b85a3fcc21

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="20.0.7"
ARG BUILD_UPSTREAM="21.0.0"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}