1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-05-13 21:46:39 +02:00

Bump alpine from 3.20 to 3.21 (#502)

This commit is contained in:
dependabot[bot] 2025-01-07 15:00:54 +00:00 committed by GitHub
parent 2ee23a9384
commit 02fdfb363c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ RUN go mod download
WORKDIR /app/cmd/backup
RUN go build -o backup .
FROM alpine:3.20
FROM alpine:3.21
WORKDIR /root