From 5e6db400854125c3861a0e4da05e1a9a3f53bb90 Mon Sep 17 00:00:00 2001 From: Sergiy Markin Date: Thu, 20 Feb 2025 22:42:58 +0000 Subject: [PATCH] Pin postgresql-client to v14 Change-Id: I9e44cfb88f2e98ce401cfa591fa4bf79458ec82c --- .gitignore | 1 + images/postgresql-utility/Dockerfile.ubuntu_jammy | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 \