From e2cf32b4bd27cd392cbe50fc7f3859a70fddc55a Mon Sep 17 00:00:00 2001 From: marco-lancini Date: Tue, 19 Nov 2024 13:24:08 +0000 Subject: [PATCH] upgrade base image --- docker/latex/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/latex/Dockerfile b/docker/latex/Dockerfile index 4e9bbe6..5644911 100644 --- a/docker/latex/Dockerfile +++ b/docker/latex/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:11.5 +FROM debian:12.8 LABEL org.opencontainers.image.source = "https://github.com/marco-lancini/utils" @@ -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 && \