Docker: Upgrade base image from 20210929 to 20211021

This commit is contained in:
Michael Mayer 2021-10-21 16:23:41 +02:00
parent 106eb10cb0
commit 0b9a1c72fe
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM photoprism/development:20210929
FROM photoprism/development:20211021
# Copy latest entrypoint script
COPY --chown=root:root /docker/development/entrypoint.sh /entrypoint.sh

View file

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