Browse Source

chore(postgres-backup-s3): update postgresql-client version

pull/166/head
Anik Ghosh 2 months ago
parent
commit
b3c3cedc4b
  1. 2
      postgres-backup-s3/install.sh

2
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/*
Loading…
Cancel
Save