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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 15, 2024
1 parent eeda3f5 commit d401cf2
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 @@ -15,7 +15,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=tx-backend

# Create Working Directory
Expand Down

0 comments on commit d401cf2

Please sign in to comment.