Skip to content

Commit 9322601

Browse files
authored
Merge pull request #388 from citusdata/ihalatci-patch-2
fix trixie index for packagecloud and update topn version for pg18
2 parents ef09af7 + b77afe1 commit 9322601

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packaging_automation/templates/docker/postgres-18/postgres-18.tmpl.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-{{project_minor_version}}=$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/*

packaging_automation/upload_to_package_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"debian/buster": 150,
2121
"debian/bullseye": 207,
2222
"debian/bookworm": 215,
23-
"debian/trixie": 291,
23+
"debian/trixie": 221,
2424
"ubuntu/bionic": 190,
2525
"ubuntu/focal": 210,
2626
"ubuntu/jammy": 237,

0 commit comments

Comments
 (0)