File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
55LABEL 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 \
You can’t perform that action at this time.
0 commit comments