Skip to content

Commit

Permalink
Bump maven from 3.8.6-openjdk-11-slim to 3.8-openjdk-18-slim
Browse files Browse the repository at this point in the history
Bumps maven from 3.8.6-openjdk-11-slim to 3.8-openjdk-18-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent c326a64 commit 1a98200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
FROM maven:3.8.6-openjdk-11-slim AS build
FROM maven:3.8-openjdk-18-slim AS build

# Latest Docker Maven - prob too new
#---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.pod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Roman Mitura, MSC - NRCan GSC
# Date: 20230425
#--------------------------------------------------
FROM maven:3.8.6-openjdk-11-slim AS build
FROM maven:3.8-openjdk-18-slim AS build
#
## Latest Docker Maven - prob too new
##---------------------------------------------------
Expand Down

0 comments on commit 1a98200

Please sign in to comment.