Skip to content

Commit

Permalink
Update Maven build container version
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke committed Aug 16, 2024
1 parent 04cb7e8 commit 5d131dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# We do a multi-stage build; the first stage builds the Cantaloupe code
FROM maven:3.9-eclipse-temurin-8 AS MAVEN_TOOL_CHAIN
FROM maven:3.9.8-eclipse-temurin-17 AS MAVEN_TOOL_CHAIN

# Where we find the stable Cantaloupe Jar file
ENV CANTALOUPE_RELEASES="https://github.com/cantaloupe-project/cantaloupe/releases/download"
Expand Down

0 comments on commit 5d131dd

Please sign in to comment.