From 1bf24ac8a67b67eba8a661e936681e5f1ad81ec0 Mon Sep 17 00:00:00 2001 From: gazbert Date: Sat, 13 Apr 2024 17:51:07 +0100 Subject: [PATCH] #164 : Update Docker base image for JDK 21 --- 3rd-party-licenses.md | 8 ++++---- Dockerfile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/3rd-party-licenses.md b/3rd-party-licenses.md index d895dee9..05da90e6 100644 --- a/3rd-party-licenses.md +++ b/3rd-party-licenses.md @@ -20,14 +20,14 @@ ## Build & Test -* JUnit - http://opensource.org/licenses/eclipse-1.0.html +* JUnit - https://opensource.org/licenses/eclipse-1.0.html * Powermock - https://github.com/jayway/powermock/blob/master/LICENSE.txt -* EasyMock - http://easymock.org/License.html -* Maven - http://www.apache.org/licenses/ +* EasyMock - https://easymock.org/License.html +* Maven - https://www.apache.org/licenses/ * Gradle - https://gradle.org/license/ * JsonPath - https://github.com/jayway/JsonPath/blob/master/LICENSE * Awaitility - https://github.com/awaitility/awaitility/blob/master/LICENSE -* spring-boot-starter-test - http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-testing.html +* spring-boot-starter-test - https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-testing.html * SpotBugs - https://spotbugs.github.io/index.html * JaCoCo - https://www.jacoco.org/license.html * Checkstyle - https://checkstyle.org/licenses.html diff --git a/Dockerfile b/Dockerfile index 5861d964..3f13c4d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17.0.7_7-jdk +FROM eclipse-temurin:21.0.2_13-jdk RUN apt-get update RUN apt-get install -y maven