Update Dockerfile

This commit is contained in:
Alexandre
2022-01-12 18:30:53 +01:00
committed by GitHub
parent 4bbe71782b
commit 4bef2b1197

View File

@@ -15,7 +15,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.6.2"
ARG BUILD_UPSTREAM="0.6.1"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################