From f9801f8522ae4ac90aa8d380508e0e20c0385e28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:30:05 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.19.0 --- alpine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index c6bad09..f21c7ba 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 AS installer +FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 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.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 +FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 ENV PATH /usr/local/bin/texlive:$PATH WORKDIR /workdir COPY --from=installer /usr/local/texlive /usr/local/texlive