Update Dockerfile

This commit is contained in:
Alexandre
2022-12-10 14:11:24 +01:00
committed by GitHub
parent aca0fb06ba
commit 6dfc04ac7a

View File

@@ -17,7 +17,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="20220121"
FROM photoprism/photoprism:$BUILD_UPSTREAM
FROM photoprism/photoprism:latest
##################
# 2 Modify Image #