Dockerfiles: Upgrade base image to 20210628

This commit is contained in:
Michael Mayer 2021-06-28 12:12:18 +02:00
parent 06e33c1a9e
commit 68f40b70f3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM photoprism/development:20210602
FROM photoprism/development:20210628
# Set up project directory
WORKDIR "/go/src/github.com/photoprism/photoprism"

View File

@ -1,4 +1,4 @@
FROM photoprism/development:20210602 as build
FROM photoprism/development:20210628 as build
# Set up project directory
WORKDIR "/go/src/github.com/photoprism/photoprism"