From 21ced518e0ace076aab1cb96500037b72640c999 Mon Sep 17 00:00:00 2001 From: solidevlpr <99694780+solidevlpr@users.noreply.github.com> Date: Sun, 16 Nov 2025 15:18:20 -0500 Subject: [PATCH] Change base image to alpine:3.20 --- postgres-backup-s3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-backup-s3/Dockerfile b/postgres-backup-s3/Dockerfile index 4cb8060..feeb68c 100644 --- a/postgres-backup-s3/Dockerfile +++ b/postgres-backup-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM webdevops/go-crond:main-alpine +FROM alpine:3.20 LABEL maintainer="Johannes Schickling " ADD install.sh install.sh