chore(deps): update alpine docker tag to v3.19 - autoclosed #146

Closed
renovate wants to merge 1 commits from renovate/alpine-3.x into master
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