Update Dockerfile

This commit is contained in:
Alexandre
2021-12-28 00:19:00 +01:00
committed by GitHub
parent e5bd7d129b
commit 82b4aabcd0

View File

@@ -14,7 +14,8 @@
#################
ARG BUILD_VERSION
FROM nathanvaughn/webtrees:latest-alpha
ARG BUILD_UPSTREAM="2.1.0-alpha.1"
FROM nathanvaughn/webtrees:$BUILD_UPSTREAM
##################
# 2 Modify Image #