Docker: Upgrade base image from 20210921 to 20210922

This commit is contained in:
Michael Mayer 2021-09-22 13:03:06 +02:00
parent 1610a9c46c
commit 031d4c21d5
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
FROM photoprism/development:20210921 as build
FROM photoprism/development:20210922 as build
ARG TARGETARCH
ARG TARGETPLATFORM