chore(deps): update alpine docker tag to v3.19
All checks were successful
Go / build (pull_request) Successful in 41s
Go / build (push) Successful in 42s

This commit is contained in:
Renovate Bot 2023-12-08 02:02:26 +00:00
parent 7384d97afb
commit f8a25d4335

View file

@ -1,4 +1,4 @@
FROM alpine:3.18 as alpine
FROM alpine:3.19 as alpine
RUN apk add -U --no-cache ca-certificates
FROM scratch