From e41fbafa541d2c947a2c2367903ad7900c3fd2a1 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 b32a622..766bb6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: openjdk:8-jdk-slim +image: eclipse-temurin:8 stages: - test - deploy -- GitLab