Pin postgresql-client to v14

Change-Id: I9e44cfb88f2e98ce401cfa591fa4bf79458ec82c
This commit is contained in:
Sergiy Markin 2025-02-20 22:42:58 +00:00
parent eb4519c6a9
commit 5e6db40085
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -81,3 +81,4 @@ helm-toolkit
# VScode IDE
.vscode
.devcontainer

View File

@ -30,7 +30,7 @@ RUN set -xe \
screen \
sudo \
jq \
postgresql-client \
postgresql-client-14 \
postgresql-common \
python3.10 \
python3-pip \