Develop: Change base image to photoprism/develop:20220216-bullseye
This commit is contained in:
parent
2a34bf4a83
commit
1e0c248cdb
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue