From cc98c91d760878845e20cbe46aa439ba371a2ed9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:38:10 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20.2 --- alpine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 164a0bf..7cb8059 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 AS installer +FROM alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 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.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 +FROM alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 ENV PATH /usr/local/bin/texlive:$PATH WORKDIR /workdir COPY --from=installer /usr/local/texlive /usr/local/texlive