diff --git a/2016/Dockerfile b/2016/Dockerfile index a067283..ee05b26 100644 --- a/2016/Dockerfile +++ b/2016/Dockerfile @@ -1,4 +1,4 @@ -# Use ubuntu 20.04 +# texlive base image FROM maxkratz/texlive:base LABEL maintainer="Max Kratz " diff --git a/2017/Dockerfile b/2017/Dockerfile index eb54dd8..cca5677 100644 --- a/2017/Dockerfile +++ b/2017/Dockerfile @@ -1,4 +1,4 @@ -# Use ubuntu 20.04 +# texlive base image FROM maxkratz/texlive:base LABEL maintainer="Max Kratz " diff --git a/2018/Dockerfile b/2018/Dockerfile index 6bab643..80c6aea 100644 --- a/2018/Dockerfile +++ b/2018/Dockerfile @@ -1,4 +1,4 @@ -# Use ubuntu 20.04 +# texlive base image FROM maxkratz/texlive:base LABEL maintainer="Max Kratz " diff --git a/2019/Dockerfile b/2019/Dockerfile index 104ddc9..c93174c 100644 --- a/2019/Dockerfile +++ b/2019/Dockerfile @@ -1,4 +1,4 @@ -# Use ubuntu 20.04 +# texlive base image FROM maxkratz/texlive:base LABEL maintainer="Max Kratz " diff --git a/2020/Dockerfile b/2020/Dockerfile index 575d559..dc28040 100644 --- a/2020/Dockerfile +++ b/2020/Dockerfile @@ -1,4 +1,4 @@ -# Use ubuntu 20.04 +# texlive base image FROM maxkratz/texlive:base LABEL maintainer="Max Kratz " diff --git a/2021/Dockerfile b/2021/Dockerfile index dade287..1425900 100644 --- a/2021/Dockerfile +++ b/2021/Dockerfile @@ -1,4 +1,4 @@ -# Use ubuntu 20.04 +# texlive base image FROM maxkratz/texlive:base LABEL maintainer="Max Kratz " diff --git a/2022-gradle/Dockerfile b/2022-gradle/Dockerfile index a1d3414..93a117d 100644 --- a/2022-gradle/Dockerfile +++ b/2022-gradle/Dockerfile @@ -1,4 +1,4 @@ -# texlive base image +# texlive 2022 image FROM maxkratz/texlive:2022 LABEL maintainer="Max Kratz " diff --git a/2023-gradle/Dockerfile b/2023-gradle/Dockerfile index 8bfcf32..104b7c6 100644 --- a/2023-gradle/Dockerfile +++ b/2023-gradle/Dockerfile @@ -1,4 +1,4 @@ -# texlive base image +# texlive 2023 image FROM maxkratz/texlive:2023 LABEL maintainer="Max Kratz " diff --git a/2023-python/Dockerfile b/2023-python/Dockerfile index c1901b6..11b28a1 100644 --- a/2023-python/Dockerfile +++ b/2023-python/Dockerfile @@ -1,4 +1,4 @@ -# texlive base image +# texlive 2023 image FROM maxkratz/texlive:2023 LABEL maintainer="Max Kratz " diff --git a/2024-gradle/Dockerfile b/2024-gradle/Dockerfile index ec6b3be..be045d2 100644 --- a/2024-gradle/Dockerfile +++ b/2024-gradle/Dockerfile @@ -1,4 +1,4 @@ -# texlive base image +# texlive 2024 image FROM maxkratz/texlive:2024 LABEL maintainer="Max Kratz " diff --git a/2024-python/Dockerfile b/2024-python/Dockerfile index 656f068..aeaca3e 100644 --- a/2024-python/Dockerfile +++ b/2024-python/Dockerfile @@ -1,4 +1,4 @@ -# texlive base image +# texlive 2024 image FROM maxkratz/texlive:2024 LABEL maintainer="Max Kratz " diff --git a/Dockerfile b/Dockerfile index 6df3304..55c8ac9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ # Base image # -# Use ubuntu 22.04 -FROM ubuntu:22.04 +# Use ubuntu 24.04 +FROM ubuntu:24.04 LABEL maintainer="Max Kratz " ENV DEBIAN_FRONTEND=noninteractive diff --git a/README.md b/README.md index 0f4e2d6..f05f4f2 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Currently, there are the following tags published: | 2016 | TeX Live version 2016 (from archive) | Please notice, that the *base* tag does not have any TeX packages installed. -It is used as a base for the other builds and builds on top of the [ubuntu 22.04 image](https://hub.docker.com/_/ubuntu). +It is used as a base for the other builds and builds on top of the [ubuntu 24.04 image](https://hub.docker.com/_/ubuntu). ## Dockerfiles