Skip to content

Commit

Permalink
Merge pull request #131 from Paperist/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.19.1
  • Loading branch information
renovate[bot] authored Jan 27, 2024
2 parents 1d22f2a + b3831a0 commit b3bab5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 AS installer
FROM alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b AS installer
ENV PATH /usr/local/bin/texlive:$PATH
WORKDIR /install-tl-unx
RUN apk add --no-cache \
Expand All @@ -18,7 +18,7 @@ RUN tlmgr install \
collection-latexextra \
latexmk

FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
FROM alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
ENV PATH /usr/local/bin/texlive:$PATH
WORKDIR /workdir
COPY --from=installer /usr/local/texlive /usr/local/texlive
Expand Down

0 comments on commit b3bab5e

Please sign in to comment.