Skip to content

Commit

Permalink
chore(postgres-backup-s3): update postgresql-client version (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
anikghosh256 authored Jan 27, 2025
1 parent f0f483d commit e317585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-backup-s3/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit e317585

Please sign in to comment.