Skip to content

Commit 07e42c0

Browse files
committed
Update Citus dependencies in Dockerfile for PostgreSQL 16
1 parent 108b423 commit 07e42c0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ RUN apt-get update \
2020
curl \
2121
&& curl -s https://install.citusdata.com/community/deb.sh | bash \
2222
&& apt-get install -y postgresql-$PG_MAJOR-citus-14.0=$CITUS_VERSION \
23-
postgresql-$PG_MAJOR-hll=2.17.citus-1 \
24-
postgresql-$PG_MAJOR-topn=2.5.0.citus-1 \
23+
postgresql-$PG_MAJOR-hll=2.18.citus-1 \
24+
postgresql-$PG_MAJOR-topn=2.7.0.citus-1 \
2525
&& apt-get purge -y --auto-remove curl \
2626
&& rm -rf /var/lib/apt/lists/*
2727

postgres-16/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update \
2121
&& curl -s https://install.citusdata.com/community/deb.sh | bash \
2222
&& apt-get install -y postgresql-$PG_MAJOR-citus-14.0=$CITUS_VERSION \
2323
postgresql-$PG_MAJOR-hll=2.18.citus-1 \
24-
postgresql-$PG_MAJOR-topn=2.6.0.citus-1 \
24+
postgresql-$PG_MAJOR-topn=2.7.0.citus-1 \
2525
&& apt-get purge -y --auto-remove curl \
2626
&& rm -rf /var/lib/apt/lists/*
2727

0 commit comments

Comments
 (0)