Skip to content

Commit 38a5f7b

Browse files
committed
Update Dockerfile to use PostgreSQL 17.6 and Citus 14.0.0
1 parent 07e42c0 commit 38a5f7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

postgres-17/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
4-
ARG VERSION=13.2.0
3+
FROM postgres:17.6
4+
ARG VERSION=14.0.0
55
LABEL maintainer="Citus Data https://citusdata.com" \
66
org.label-schema.name="Citus" \
77
org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \
@@ -19,7 +19,7 @@ RUN apt-get update \
1919
ca-certificates \
2020
curl \
2121
&& curl -s https://install.citusdata.com/community/deb.sh | bash \
22-
&& apt-get install -y postgresql-$PG_MAJOR-citus-13.2=$CITUS_VERSION \
22+
&& apt-get install -y postgresql-$PG_MAJOR-citus-14.0=$CITUS_VERSION \
2323
postgresql-$PG_MAJOR-hll=2.18.citus-1 \
2424
postgresql-$PG_MAJOR-topn=2.7.0.citus-1 \
2525
&& apt-get purge -y --auto-remove curl \

0 commit comments

Comments
 (0)