Updates Gradle to v8.10.1

This commit is contained in:
Maximilian Kratz 2024-09-10 16:56:04 +02:00
parent 9826bbb375
commit 64c4be933e
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 && \