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:
parent
77621a7221
commit
c6157d6b51
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
##################################################### BUILD STAGE ######################################################
|
||||
FROM photoprism/development:20211209 as build
|
||||
FROM photoprism/development:20211210 as build
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG TARGETPLATFORM
|
||||
|
|
Loading…
Reference in a new issue