Skip to content

Commit a62c4a1

Browse files
Merge pull request #206 from Paperist/renovate/debian-12.x
chore(deps): update debian docker tag to v12.9
2 parents 57c2871 + a502955 commit a62c4a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:12.8-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb AS installer
1+
FROM debian:12.9-slim@sha256:f70dc8d6a8b6a06824c92471a1a258030836b26b043881358b967bf73de7c5ab AS installer
22
ENV PATH /usr/local/bin/texlive:$PATH
33
WORKDIR /install-tl-unx
44
RUN apt-get update
@@ -18,7 +18,7 @@ RUN tlmgr install \
1818
collection-latexextra \
1919
latexmk
2020

21-
FROM debian:12.8-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb
21+
FROM debian:12.9-slim@sha256:f70dc8d6a8b6a06824c92471a1a258030836b26b043881358b967bf73de7c5ab
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)