Docker: Upgrade base image from 20211021 to 20211022

This commit is contained in:
Michael Mayer 2021-10-22 15:00:25 +02:00
parent 03004da486
commit ac4840e902
2 changed files with 2 additions and 2 deletions

View file

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

View file

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