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

This commit is contained in:
Renovate Bot 2023-05-10 00:29:51 +00:00 committed by Pierre-Olivier Mercier
commit e472b482d6
9 changed files with 9 additions and 9 deletions

View file

@ -20,7 +20,7 @@ RUN go get -d -v ./admin && \
go build -v -buildmode=plugin -o repochecker/videos-rules.so ./repochecker/videos
FROM alpine:3.17
FROM alpine:3.18
RUN apk add --no-cache \
ca-certificates \