diff --git a/Dockerfile b/Dockerfile index bd72c2699..15df8beb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*