chore(deps): update mirror.gcr.io/alpine docker tag to v3.23

This commit is contained in:
Renovate Bot
2025-12-09 22:08:15 +00:00
parent c21518a3d7
commit 13a00e43fa

View File

@@ -37,7 +37,7 @@ RUN --mount=type=cache,target=/root/.cache/crystal \
--static --warnings all \ --static --warnings all \
--link-flags "-lxml2 -llzma"; --link-flags "-lxml2 -llzma";
FROM mirror.gcr.io/alpine:3.22 FROM mirror.gcr.io/alpine:3.23
RUN apk add --no-cache rsvg-convert ttf-opensans tini tzdata RUN apk add --no-cache rsvg-convert ttf-opensans tini tzdata
WORKDIR /invidious WORKDIR /invidious
RUN addgroup -g 1000 -S invidious && \ RUN addgroup -g 1000 -S invidious && \