Bump alpine from 3.18 to 3.19 (#314)

This commit is contained in:
dependabot[bot] 2023-12-11 21:32:17 +00:00 committed by GitHub
parent 58573e6733
commit caa27d477f
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
RUN go build -o backup .
FROM alpine:3.18
FROM alpine:3.19
WORKDIR /root