Develop: Change base image to photoprism/develop:20220216-bullseye

This commit is contained in:
Michael Mayer 2022-02-16 15:49:25 +01:00
parent 2a34bf4a83
commit 1e0c248cdb
3 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
FROM photoprism/develop:20220215
FROM photoprism/develop:20220216-bullseye
## experimental base images
# FROM photoprism/develop:buster
# FROM photoprism/develop:bullseye
## other base images to choose from...
# FROM photoprism/develop:buster # Debian 10 (Buster)
# FROM photoprism/develop:impish # Ubuntu 21.10 (Impish Indri)
# update NPM JS package manager
RUN npm install -g npm

View file

@ -1,7 +1,7 @@
#### Debian 11 (Bullseye)
FROM golang:bullseye
LABEL maintainer="Michael Mayer <hello@photoprism.org>"
LABEL maintainer="Michael Mayer <hello@photoprism.app>"
ARG TARGETARCH
ARG TARGETPLATFORM

View file

@ -18,7 +18,7 @@ RUN make npm dep build-js install
#### Debian 11 (Bullseye)
FROM debian:bullseye-slim
LABEL maintainer="Michael Mayer <hello@photoprism.org>"
LABEL maintainer="Michael Mayer <hello@photoprism.app>"
ARG TARGETARCH
ARG TARGETPLATFORM