From f5c190541aaf5f67d1d485dcb7adc58dcfcd2375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Garc=C3=ADa=20Isa=C3=ADa?= Date: Mon, 30 Jun 2025 19:46:49 -0300 Subject: [PATCH] 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. --- postgres-backup-s3/Dockerfile | 2 +- postgres-backup-s3/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres-backup-s3/Dockerfile b/postgres-backup-s3/Dockerfile index 747f90c..4cb8060 100644 --- a/postgres-backup-s3/Dockerfile +++ b/postgres-backup-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM webdevops/go-crond:master-alpine +FROM webdevops/go-crond:main-alpine LABEL maintainer="Johannes Schickling " ADD install.sh install.sh diff --git a/postgres-backup-s3/install.sh b/postgres-backup-s3/install.sh index 633294e..987568c 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.19/main +apk add postgresql-client # cleanup rm -rf /var/cache/apk/*