1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-06-30 22:33:38 +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

View File

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