1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-06-25 14:32:52 +02:00

Update base image to alpine:3.16 (#124)

This commit is contained in:
Frederik Ring
2022-08-15 09:25:47 +02:00
committed by GitHub
parent 2b7f0c52c0
commit b2d4c48082

View File

@ -10,7 +10,7 @@ COPY cmd/backup ./cmd/backup/
WORKDIR /app/cmd/backup
RUN go build -o backup .
FROM alpine:3.15
FROM alpine:3.16
WORKDIR /root