chore(deps): update alpine docker tag to v3.20
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2024-05-24 09:21:13 +00:00
commit be6c054917
13 changed files with 13 additions and 13 deletions

View file

@ -15,7 +15,7 @@ RUN go get -d -v ./admin && \
go build -v -o get-remote-files ./admin/get-remote-files
FROM alpine:3.19
FROM alpine:3.20
RUN apk add --no-cache \
ca-certificates