Skip to content

Commit

Permalink
chore(deps): bump maven from 3-openjdk-17-slim to 3-openjdk-18-slim
Browse files Browse the repository at this point in the history
Bumps maven from 3-openjdk-17-slim to 3-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 23, 2023
1 parent 28ee1d2 commit 7749093
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
Expand Up @@ -20,7 +20,7 @@
# * SPDX-License-Identifier: Apache-2.0

# Dependencies
FROM maven:3-openjdk-17-slim AS maven
FROM maven:3-openjdk-18-slim AS maven
ARG BUILD_TARGET=irs-api

WORKDIR /build
Expand Down

0 comments on commit 7749093

Please sign in to comment.