Skip to content

Commit 4e9a4c5

Browse files
committed
chore: track postgresql client upgrades
1 parent aafa97f commit 4e9a4c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ ENV CA_VERSION="20230311"
5656
ENV CURL_VERSION="7.88.1-10+deb12u8"
5757
# renovate: release=bookworm depName=openssh-client
5858
ENV OPENSSH_VERSION="1:9.2p1-2+deb12u4"
59+
# renovate: repo=https://apt.postgresql.org/pub/repos/apt release=bookworm-pgdg depName=postgresql-client-17
60+
ENV POSTGRESQL_VERSION="17.4-1.pgdg120+2"
5961

6062
# Install dependencies
6163
# hadolint ignore=DL3008,DL3013,SC2046,DL3003
@@ -94,7 +96,7 @@ RUN \
9496
&& echo "deb [signed-by=/etc/apt/keyrings/git-core.launchpad.net.asc] https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy main" > /etc/apt/sources.list.d/git.list \
9597
&& apt-get update \
9698
&& apt-get install --no-install-recommends -y \
97-
postgresql-client-17 \
99+
postgresql-client-17="${POSTGRESQL_VERSION}" \
98100
git="${GIT_VERSION}" \
99101
git-svn \
100102
&& apt-get clean \

0 commit comments

Comments
 (0)