Skip to content

Commit 4a37593

Browse files
committed
Bump PostgreSQL version to 16.6 in Dockerfiles
1 parent e68fb9c commit 4a37593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:17.2
3+
FROM postgres:16.6
44
ARG VERSION=12.1.8
55
LABEL maintainer="Citus Data https://citusdata.com" \
66
org.label-schema.name="Citus" \

alpine/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/alpine/alpine.tmpl.dockerfile.
3-
FROM postgres:17.2-alpine
3+
FROM postgres:16.6-alpine
44
ARG VERSION=12.1.8
55
LABEL maintainer="Citus Data https://citusdata.com" \
66
org.label-schema.name="Citus" \

0 commit comments

Comments
 (0)