Merge pull request #52 from maxkratz/feature/update-gradle-8101

Updates Gradle to v8.10.1
This commit is contained in:
Maximilian Kratz 2024-09-14 14:50:52 +02:00 committed by GitHub
commit 0cf9ca3df4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 && \