Merge branch 'main' into hotfix/push-latest-tag

This commit is contained in:
Maximilian Kratz 2023-07-01 14:12:51 +02:00
commit a481da67d1

View file

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