Skip to content

Commit 0ec7316

Browse files
authored
Merge pull request #373 from citusdata/m3hm3t-debian-13
Remove 'bookworm' variant from PostgreSQL base images in Dockerfiles
2 parents 1e20078 + 3d5650c commit 0ec7316

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is auto generated from it's template,
22
# see citusdata/tools/packaging_automation/templates/docker/latest/latest.tmpl.dockerfile.
3-
FROM postgres:18.1-bookworm
3+
FROM postgres:18.1
44
ARG VERSION=14.0.0
55
LABEL maintainer="Citus Data https://citusdata.com" \
66
org.label-schema.name="Citus" \

postgres-16/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is auto generated from it's template,
22
# see citusdata/tools/packaging_automation/templates/docker/postgres-16/postgres-16.tmpl.dockerfile.
3-
FROM postgres:16.10-bookworm
3+
FROM postgres:16.10
44
ARG VERSION=14.0.0
55
LABEL maintainer="Citus Data https://citusdata.com" \
66
org.label-schema.name="Citus" \

postgres-17/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is auto generated from it's template,
22
# see citusdata/tools/packaging_automation/templates/docker/postgres-17/postgres-17.tmpl.dockerfile.
3-
FROM postgres:17.6-bookworm
3+
FROM postgres:17.6
44
ARG VERSION=14.0.0
55
LABEL maintainer="Citus Data https://citusdata.com" \
66
org.label-schema.name="Citus" \

0 commit comments

Comments
 (0)