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

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