Skip to content

Commit

Permalink
Bump maven from 3-openjdk-17 to 3-openjdk-18
Browse files Browse the repository at this point in the history
Bumps maven from 3-openjdk-17 to 3-openjdk-18.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2022
1 parent 9befd71 commit d0a5fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3-openjdk-17 as BUILD
FROM maven:3-openjdk-18 as BUILD

COPY . /usr/src/app
RUN mvn --batch-mode -DskipTests -f /usr/src/app/pom.xml clean package
Expand Down

0 comments on commit d0a5fca

Please sign in to comment.