File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments