Dockerfile : updated base and packages versions
This commit is contained in:
parent
94a6376b29
commit
32ffe0155c
18
Dockerfile
18
Dockerfile
@ -1,15 +1,15 @@
|
|||||||
FROM alpine:3.20.3
|
FROM alpine:3.21.0
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
make=4.4.1-r2 \
|
make=4.4.1-r2 \
|
||||||
graphviz=9.0.0-r2 \
|
graphviz=12.2.0-r0 \
|
||||||
texlive-xetex=20240210.69778-r4 \
|
texlive-xetex=20240210.69778-r8 \
|
||||||
texmf-dist-langfrench=2024.0-r5 \
|
texmf-dist-langfrench=2024.0-r6 \
|
||||||
texmf-dist-latexextra=2024.0-r5 \
|
texmf-dist-latexextra=2024.0-r6 \
|
||||||
texmf-dist-bibtexextra=2024.0-r5 \
|
texmf-dist-bibtexextra=2024.0-r6 \
|
||||||
texmf-dist-mathscience=2024.0-r5 \
|
texmf-dist-mathscience=2024.0-r6 \
|
||||||
texmf-dist-publishers=2024.0-r5 \
|
texmf-dist-publishers=2024.0-r6 \
|
||||||
&& rm -rfv /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
ARG UID=1000
|
ARG UID=1000
|
||||||
ARG GID=1000
|
ARG GID=1000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user