diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile index 4ea4220..1f4fa3a 100644 --- a/src/main/docker/Dockerfile +++ b/src/main/docker/Dockerfile @@ -1,6 +1,6 @@ # We do a multi-stage build; the first stage builds the Cantaloupe code -FROM maven:3.9.8-eclipse-temurin-17 AS MAVEN_TOOL_CHAIN +FROM maven:3.9.8-eclipse-temurin-22 AS MAVEN_TOOL_CHAIN # Where we find the stable Cantaloupe Jar file ENV CANTALOUPE_RELEASES="https://github.com/cantaloupe-project/cantaloupe/releases/download"