Update Gradle image in CI to JDK 21
Some checks failed
ci / backend (push) Failing after 1m18s
ci / flutter (push) Failing after 35s

This commit is contained in:
Oskar Kapala 2026-01-16 15:05:02 +01:00
parent fe9158260f
commit 4543c2b7c2

View file

@ -1,4 +1,4 @@
FROM gradle:8.12-jdk17 FROM gradle:8.12-jdk21
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \