File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ ENV CA_VERSION="20230311"
5656ENV CURL_VERSION="7.88.1-10+deb12u8"
5757# renovate: release=bookworm depName=openssh-client
5858ENV 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
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 \
You can’t perform that action at this time.
0 commit comments