Docker: Upgrade development base image from 20211109 to 20211203

This commit is contained in:
Michael Mayer 2021-12-03 17:27:22 +01:00
parent c6fe4cb1ea
commit b8e313a9d4
2 changed files with 2 additions and 2 deletions

View file

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

View file

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