Skip to content

Commit 8646608

Browse files
committed
Update PostgreSQL HLL dependency version to 2.19 in Dockerfiles for PostgreSQL 16 and 17
1 parent 38a5f7b commit 8646608

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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.18.citus-1 \
23+
postgresql-$PG_MAJOR-hll=2.19.citus-1 \
2424
postgresql-$PG_MAJOR-topn=2.7.0.citus-1 \
2525
&& apt-get purge -y --auto-remove curl \
2626
&& rm -rf /var/lib/apt/lists/*

postgres-16/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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.18.citus-1 \
23+
postgresql-$PG_MAJOR-hll=2.19.citus-1 \
2424
postgresql-$PG_MAJOR-topn=2.7.0.citus-1 \
2525
&& apt-get purge -y --auto-remove curl \
2626
&& rm -rf /var/lib/apt/lists/*

postgres-17/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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.18.citus-1 \
23+
postgresql-$PG_MAJOR-hll=2.19.citus-1 \
2424
postgresql-$PG_MAJOR-topn=2.7.0.citus-1 \
2525
&& apt-get purge -y --auto-remove curl \
2626
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)