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

This commit is contained in:
Renovate Bot 2022-11-16 22:20:51 +00:00 committed by Pierre-Olivier Mercier
commit 8cd15bc1d8
9 changed files with 9 additions and 9 deletions

View file

@ -19,7 +19,7 @@ RUN apk add --no-cache build-base && \
go build -v -buildmode=plugin -o repochecker/videos-rules.so ./repochecker/videos
FROM alpine:3.16
FROM alpine:3.17
RUN apk add --no-cache \
ca-certificates \