Skip to content

Commit

Permalink
Bump maven in /src/main/docker (#198)
Browse files Browse the repository at this point in the history
Bumps maven from 3.9.8-eclipse-temurin-17 to 3.9.8-eclipse-temurin-22.

---
updated-dependencies:
- dependency-name: maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 4ee1cb0 commit 44b866e
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.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"
Expand Down

0 comments on commit 44b866e

Please sign in to comment.