From e31758592c016f1d8084c6bd237520a2bdd54a03 Mon Sep 17 00:00:00 2001 From: Anik Ghosh <52236930+anikghosh256@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:49:55 +0600 Subject: [PATCH] chore(postgres-backup-s3): update postgresql-client version (#166) --- 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/*