Docker: Upgrade development base image from 20211209 and 20211210

From today on, we will provide multi-arch images for 64-bit only and
build a native 32-bit ARMv7 version based on the stable release.
This commit is contained in:
Michael Mayer 2021-12-10 14:00:26 +01:00
parent 77621a7221
commit c6157d6b51
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
##################################################### BUILD STAGE ######################################################
FROM photoprism/development:20211209 as build
FROM photoprism/development:20211210 as build
ARG TARGETARCH
ARG TARGETPLATFORM