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

This commit is contained in:
Renovate Bot 2025-06-03 12:32:23 +00:00
parent 3d3321eec0
commit 573459ffbf

View File

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