Skip to content

Commit

Permalink
Bump maven from 3.9.4-eclipse-temurin-17 to 3.9-eclipse-temurin-8 in …
Browse files Browse the repository at this point in the history
…/src/main/docker (#187)

* Bump maven in /src/main/docker

Bumps maven from 3.9.4-eclipse-temurin-17 to 3.9-eclipse-temurin-8.

---
updated-dependencies:
- dependency-name: maven
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Maven build container version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin S. Clarke <ksclarke@ksclarke.io>
  • Loading branch information
dependabot[bot] and ksclarke authored Aug 18, 2024
1 parent 3e8aba4 commit 907a6c0
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.4-eclipse-temurin-17 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 907a6c0

Please sign in to comment.