Skip to content

Commit

Permalink
Merge pull request #206 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.9
  • Loading branch information
renovate[bot] authored Jan 15, 2025
2 parents 57c2871 + a502955 commit a62c4a1
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.8-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb AS installer
FROM debian:12.9-slim@sha256:f70dc8d6a8b6a06824c92471a1a258030836b26b043881358b967bf73de7c5ab 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.8-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb
FROM debian:12.9-slim@sha256:f70dc8d6a8b6a06824c92471a1a258030836b26b043881358b967bf73de7c5ab
ENV PATH /usr/local/bin/texlive:$PATH
WORKDIR /workdir
COPY --from=installer /usr/local/texlive /usr/local/texlive
Expand Down

0 comments on commit a62c4a1

Please sign in to comment.