Skip to content

Commit

Permalink
Bump Postgres version to 16.6-alpine and update dependencies in Docke…
Browse files Browse the repository at this point in the history
…rfile
  • Loading branch information
gurkanindibay committed Nov 26, 2024
1 parent ac8b0da commit 67f55a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is auto generated from it's template,
# see citusdata/tools/packaging_automation/templates/docker/alpine/alpine.tmpl.dockerfile.
FROM postgres:16.2-alpine
FROM postgres:16.6-alpine
ARG VERSION=12.1.6
LABEL maintainer="Citus Data https://citusdata.com" \
org.label-schema.name="Citus" \
Expand All @@ -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 67f55a9

Please sign in to comment.