Compare commits

...

2 commits

Author SHA1 Message Date
0fe5730bf9
Merge pull request #44 from maxkratz/feature/update-gradle-890
Updates Gradle to v8.9.0
2024-07-24 07:59:39 +02:00
846008f82a Updates Gradle to v8.9.0 2024-07-17 14:43:40 +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.8
ARG GRADLE_VERSION=8.9
# Install OpenJDK 17
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.8
ARG GRADLE_VERSION=8.9
# Install OpenJDK 17
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.8
ARG GRADLE_VERSION=8.9
# Install OpenJDK 17
RUN apt-get update -q && \