Browse Source

Change base image to alpine:3.20

pull/172/head
solidevlpr 5 days ago
committed by GitHub
parent
commit
21ced518e0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      postgres-backup-s3/Dockerfile

2
postgres-backup-s3/Dockerfile

@ -1,4 +1,4 @@
FROM webdevops/go-crond:main-alpine
FROM alpine:3.20
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>"
ADD install.sh install.sh

Loading…
Cancel
Save