Compare commits

...

2 commits

Author SHA1 Message Date
0cf9ca3df4
Merge pull request #52 from maxkratz/feature/update-gradle-8101
Updates Gradle to v8.10.1
2024-09-14 14:50:52 +02:00
64c4be933e Updates Gradle to v8.10.1 2024-09-10 16:56:04 +02:00
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ FROM maxkratz/texlive:2022
LABEL maintainer="Max Kratz <account@maxkratz.com>"
# Config
ARG GRADLE_VERSION=8.10
ARG GRADLE_VERSION=8.10.1
# Install OpenJDK 21
RUN apt-get update -q && \

View file

@ -3,7 +3,7 @@ FROM maxkratz/texlive:2023
LABEL maintainer="Max Kratz <account@maxkratz.com>"
# Config
ARG GRADLE_VERSION=8.10
ARG GRADLE_VERSION=8.10.1
# Install OpenJDK 21
RUN apt-get update -q && \

View file

@ -3,7 +3,7 @@ FROM maxkratz/texlive:2024
LABEL maintainer="Max Kratz <account@maxkratz.com>"
# Config
ARG GRADLE_VERSION=8.10
ARG GRADLE_VERSION=8.10.1
# Install OpenJDK 21
RUN apt-get update -q && \