chore(deps): update alpine docker tag to v3.19.0

This commit is contained in:
Renovate 2023-12-08 19:30:49 +00:00
parent ded19ff184
commit e3dd639a4d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19
WORKDIR /dcbot

View File

@ -13,7 +13,7 @@ ARG CI_COMMIT_TAG="development"
RUN CGO_ENABLED=0 go build -ldflags "-X main.version=${CI_COMMIT_TAG##v}" -trimpath -o dcbot ./cmd/dcbot/main.go
######## Start a new stage from scratch #######
FROM alpine:3.18
FROM alpine:3.19
RUN apk --no-cache add ca-certificates tzdata