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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.17 FROM alpine:3.18
WORKDIR /root WORKDIR /root