Dockerfile : Updated base image to 3.22.0
This commit is contained in:
18
Dockerfile
18
Dockerfile
@ -1,14 +1,14 @@
|
||||
FROM alpine:3.21.3
|
||||
FROM alpine:3.22.0
|
||||
|
||||
RUN apk add --no-cache \
|
||||
make=4.4.1-r2 \
|
||||
graphviz=12.2.0-r0 \
|
||||
texlive-xetex=20240210.69778-r8 \
|
||||
texmf-dist-langfrench=2024.0-r6 \
|
||||
texmf-dist-latexextra=2024.0-r6 \
|
||||
texmf-dist-bibtexextra=2024.0-r6 \
|
||||
texmf-dist-mathscience=2024.0-r6 \
|
||||
texmf-dist-publishers=2024.0-r6 \
|
||||
make=4.4.1-r3 \
|
||||
graphviz=12.2.1-r0 \
|
||||
texlive-xetex=20240210.69778-r10 \
|
||||
texmf-dist-langfrench=2024.0-r7 \
|
||||
texmf-dist-latexextra=2024.0-r7 \
|
||||
texmf-dist-bibtexextra=2024.0-r7 \
|
||||
texmf-dist-mathscience=2024.0-r7 \
|
||||
texmf-dist-publishers=2024.0-r7 \
|
||||
font-freefont=20120503-r4 \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
|
Reference in New Issue
Block a user