From b3c3cedc4bc4bbe58f9e8d9817fdea3fa258c28f Mon Sep 17 00:00:00 2001 From: Anik Ghosh <52236930+anikghosh256@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:47:14 +0600 Subject: [PATCH] chore(postgres-backup-s3): update postgresql-client version --- postgres-backup-s3/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-backup-s3/install.sh b/postgres-backup-s3/install.sh index 5e63e1a..633294e 100644 --- a/postgres-backup-s3/install.sh +++ b/postgres-backup-s3/install.sh @@ -5,7 +5,7 @@ set -eo pipefail apk update apk add openssl aws-cli -apk add postgresql-client --repository=https://dl-cdn.alpinelinux.org/alpine/v3.18/main +apk add postgresql-client --repository=https://dl-cdn.alpinelinux.org/alpine/v3.19/main # cleanup rm -rf /var/cache/apk/*