We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef09af7 + b77afe1 commit 9322601Copy full SHA for 9322601
2 files changed
packaging_automation/templates/docker/postgres-18/postgres-18.tmpl.dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update \
20
curl \
21
&& curl -s https://install.citusdata.com/community/deb.sh | bash \
22
&& apt-get install -y postgresql-$PG_MAJOR-citus-{{project_minor_version}}=$CITUS_VERSION \
23
- postgresql-$PG_MAJOR-hll=2.18.citus-1 \
+ postgresql-$PG_MAJOR-hll=2.19.citus-1 \
24
postgresql-$PG_MAJOR-topn=2.7.0.citus-1 \
25
&& apt-get purge -y --auto-remove curl \
26
&& rm -rf /var/lib/apt/lists/*
packaging_automation/upload_to_package_cloud.py
@@ -20,7 +20,7 @@
"debian/buster": 150,
"debian/bullseye": 207,
"debian/bookworm": 215,
- "debian/trixie": 291,
+ "debian/trixie": 221,
"ubuntu/bionic": 190,
"ubuntu/focal": 210,
"ubuntu/jammy": 237,
0 commit comments