Skip to content

Commit

Permalink
Merge pull request #118 from Paperist/renovate/debian-12.x
Browse files Browse the repository at this point in the history
chore(deps): update debian docker tag to v12.2
  • Loading branch information
renovate[bot] authored Oct 12, 2023
2 parents 29955c4 + 63be390 commit ca8d575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:12.1-slim@sha256:24c92a69df28b21676d721fe18c0bf64138bfc69b486746ad935b49cc31b0b91 AS installer
FROM debian:12.2-slim@sha256:b55e2651b71408015f8068dd74e1d04404a8fa607dd2cfe284b4824c11f4d9bd AS installer
ENV PATH /usr/local/bin/texlive:$PATH
WORKDIR /install-tl-unx
RUN apt-get update
Expand All @@ -18,7 +18,7 @@ RUN tlmgr install \
collection-latexextra \
latexmk

FROM debian:12.1-slim@sha256:24c92a69df28b21676d721fe18c0bf64138bfc69b486746ad935b49cc31b0b91
FROM debian:12.2-slim@sha256:b55e2651b71408015f8068dd74e1d04404a8fa607dd2cfe284b4824c11f4d9bd
ENV PATH /usr/local/bin/texlive:$PATH
WORKDIR /workdir
COPY --from=installer /usr/local/texlive /usr/local/texlive
Expand Down

0 comments on commit ca8d575

Please sign in to comment.