We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fb01a4 + bd8317e commit 444eaa6Copy full SHA for 444eaa6
alpine/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 AS installer
+FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS installer
2
ENV PATH /usr/local/bin/texlive:$PATH
3
WORKDIR /install-tl-unx
4
RUN apk add --no-cache \
@@ -18,7 +18,7 @@ RUN tlmgr install \
18
collection-latexextra \
19
latexmk
20
21
-FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
+FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
22
23
WORKDIR /workdir
24
COPY --from=installer /usr/local/texlive /usr/local/texlive
0 commit comments