Docker: Upgrade base image from 20210921 to 20210922
This commit is contained in:
parent
1610a9c46c
commit
031d4c21d5
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM photoprism/development:20210921
|
||||
FROM photoprism/development:20210922
|
||||
|
||||
# Set up project directory
|
||||
WORKDIR "/go/src/github.com/photoprism/photoprism"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM photoprism/development:20210921 as build
|
||||
FROM photoprism/development:20210922 as build
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG TARGETPLATFORM
|
||||
|
|
Loading…
Reference in a new issue