Browse Source

Upgrade postgres-backup-s3 to psql 17

The upstream `go-crond` repo now uses `main` as it's base branch, so the
tag name changed.
pull/168/head
Matías García Isaía 3 months ago
parent
commit
f5c190541a
No known key found for this signature in database GPG Key ID: 9E4B036DF45CE8B8
  1. 2
      postgres-backup-s3/Dockerfile
  2. 2
      postgres-backup-s3/install.sh

2
postgres-backup-s3/Dockerfile

@ -1,4 +1,4 @@
FROM webdevops/go-crond:master-alpine
FROM webdevops/go-crond:main-alpine
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>"
ADD install.sh 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.19/main
apk add postgresql-client
# cleanup
rm -rf /var/cache/apk/*
Loading…
Cancel
Save