Skip to content

Commit 444eaa6

Browse files
Merge pull request #202 from Paperist/renovate/alpine-3.x
chore(deps): update alpine docker tag to v3.21.2
2 parents 1fb01a4 + bd8317e commit 444eaa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alpine/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 AS installer
1+
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS installer
22
ENV PATH /usr/local/bin/texlive:$PATH
33
WORKDIR /install-tl-unx
44
RUN apk add --no-cache \
@@ -18,7 +18,7 @@ RUN tlmgr install \
1818
collection-latexextra \
1919
latexmk
2020

21-
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
21+
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
2222
ENV PATH /usr/local/bin/texlive:$PATH
2323
WORKDIR /workdir
2424
COPY --from=installer /usr/local/texlive /usr/local/texlive

0 commit comments

Comments
 (0)