Skip to content

Commit

Permalink
Fixes missing updates in tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Nov 14, 2023
1 parent 76ae5bc commit 1fb375e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ RUN apt-get update \
curl \
&& curl -s https://install.citusdata.com/community/deb.sh | bash \
&& apt-get install -y postgresql-$PG_MAJOR-citus-12.1=$CITUS_VERSION \
postgresql-$PG_MAJOR-hll=2.17.citus-1 \
postgresql-$PG_MAJOR-topn=2.5.0.citus-1 \
postgresql-$PG_MAJOR-hll=2.18.citus-1 \
postgresql-$PG_MAJOR-topn=2.6.0.citus-1 \
&& apt-get purge -y --auto-remove curl \
&& rm -rf /var/lib/apt/lists/*

Expand Down
3 changes: 2 additions & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ RUN apk add --no-cache \
curl-dev \
openssl-dev \
ca-certificates \
clang \
llvm \
llvm15-dev \
clang15 \
lz4-dev \
zstd-dev \
libxslt-dev \
Expand Down

0 comments on commit 1fb375e

Please sign in to comment.