From a9abbd0254f45077a756846db622db735dfb9bd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:14:54 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21.0 --- alpine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 8fa71f9..f31aa10 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a AS installer +FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 AS installer ENV PATH /usr/local/bin/texlive:$PATH WORKDIR /install-tl-unx RUN apk add --no-cache \ @@ -18,7 +18,7 @@ RUN tlmgr install \ collection-latexextra \ latexmk -FROM alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a +FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 ENV PATH /usr/local/bin/texlive:$PATH WORKDIR /workdir COPY --from=installer /usr/local/texlive /usr/local/texlive