Skip to content

Commit

Permalink
Tests are broken after PG17 release (#886)
Browse files Browse the repository at this point in the history
We do not pin the postgresql-client causing the test failures after PG17
release due to the issue discussed here in the PG mailing list[1].

This commit pins the postgresql-client version as per the docker env variable PGVERSION.

[1] https://postgrespro.com/list/thread-id/2693550

Signed-off-by: Arunprasad Rajkumar <[email protected]>
  • Loading branch information
arajkumar authored Oct 3, 2024
1 parent 0f79684 commit 9031626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ RUN dpkg --add-architecture ${TARGETARCH:-arm64} && apt update \
psmisc \
openssl \
postgresql-common \
postgresql-client \
postgresql-client-${PGVERSION} \
postgresql-client-common \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 9031626

Please sign in to comment.