diff --git a/.gitignore b/.gitignore index 97a9ec63..c215b335 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,4 @@ helm-toolkit # VScode IDE .vscode +.devcontainer \ No newline at end of file diff --git a/images/postgresql-utility/Dockerfile.ubuntu_jammy b/images/postgresql-utility/Dockerfile.ubuntu_jammy index 48b2e048..1866d19f 100644 --- a/images/postgresql-utility/Dockerfile.ubuntu_jammy +++ b/images/postgresql-utility/Dockerfile.ubuntu_jammy @@ -30,7 +30,7 @@ RUN set -xe \ screen \ sudo \ jq \ - postgresql-client \ + postgresql-client-14 \ postgresql-common \ python3.10 \ python3-pip \