Docker: Upgrade base image from 20210922 to 20210928 #1545

This commit is contained in:
Michael Mayer 2021-09-28 20:06:50 +02:00
parent b1cffc8836
commit 6272530b39
2 changed files with 2 additions and 2 deletions

View file

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

View file

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