Develop: Update Dockerfiles

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-08-09 22:20:58 +02:00
parent c39916161d
commit ba7def3231
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Debian 12, Codename 'Bookworm'
FROM photoprism/develop:220802-bookworm
FROM photoprism/develop:220809-bookworm
## alternative base images
# FROM photoprism/develop:bullseye # Debian 11, Codename 'Bullseye'

View file

@ -1,5 +1,5 @@
#### Base Image: Debian 11, Codename 'Bullseye'
FROM golang:1.18-bullseye
FROM golang:1.19-bullseye
# Open Container Initiative (OCI) Annotations
# see https://github.com/opencontainers/image-spec/blob/main/annotations.md

View file

@ -1,5 +1,5 @@
#### Base Image: Debian 10, Codename 'Buster'
FROM golang:1.18-buster
FROM golang:1.19-buster
# Open Container Initiative (OCI) Annotations
# see https://github.com/opencontainers/image-spec/blob/main/annotations.md