1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-11-23 21:44:40 +02:00

Use alpine-1.18 as the base image (#219)

This commit is contained in:
Frederik Ring
2023-06-03 13:08:35 +02:00
committed by GitHub
parent 5ea9a7ce15
commit dc8172b673

View File

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