From ba99546eb3f0d763862efc4547b8df0f159bccf1 Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Mon, 19 Jun 2023 12:20:05 +0200
Subject: [PATCH] Switch CI from openjdk to eclipse-temurin images

The openjdk images are no longer updated, aside from early-access
builds. See:

* https://hub.docker.com/_/openjdk/
* https://github.com/docker-library/openjdk/issues/505
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64adccc..f571cc4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ variables:
   GRADLE_OPTIONS: --info --stacktrace --warning-mode=all
 
 default:
-  image: openjdk:8-jdk-slim
+  image: eclipse-temurin:8
   cache:
     paths:
       - .gradle/caches
-- 
GitLab