Skip to content

Commit

Permalink
upgrade base image
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-lancini committed Nov 19, 2024
1 parent 547cfdc commit e2cf32b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/latex/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11.5
FROM debian:12.8

LABEL org.opencontainers.image.source = "https://github.com/marco-lancini/utils"

Check warning on line 3 in docker/latex/Dockerfile

View workflow job for this annotation

GitHub Actions / run-docker / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Expand All @@ -15,7 +15,7 @@ RUN apt update && \

# Install the roboto font
WORKDIR /root
RUN wget http://mirror.ctan.org/install/fonts/roboto.tds.zip
RUN wget --no-check-certificate http://mirror.ctan.org/install/fonts/roboto.tds.zip

WORKDIR /root/texmf
RUN unzip /root/roboto.tds.zip && \
Expand Down

0 comments on commit e2cf32b

Please sign in to comment.