diff --git a/ci/Dockerfile b/ci/Dockerfile index 775ba1a6..0a6137aa 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17-jdk-jammmy +FROM eclipse-temurin:17-jdk-jammy RUN apt-get update && apt-get install -y gpg diff --git a/ci/pipeline.properties b/ci/pipeline.properties index 09e8a002..f52f0d9b 100644 --- a/ci/pipeline.properties +++ b/ci/pipeline.properties @@ -1,5 +1,5 @@ # Java versions -java.legacy.tag=8-jdk-jammy +java.legacy.tag=8-jdk-focal java.main.tag=17-jdk-jammy java.next.tag=21-jdk-jammy