chore(deps): update alpine docker tag to v3.17 #16

Closed
renovate wants to merge 1 commits from renovate/alpine-3.x into master

View File

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