Skip to content

Commit

Permalink
Bump openjdk from 17-slim to 18-slim in /docker
Browse files Browse the repository at this point in the history
Bumps openjdk from 17-slim to 18-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent f13a4b6 commit 11ff38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Normally we'd prefer Alpine Linux, but JDK 11 isn't available with it, so
# we go with a slim Debian. Debian's good too.

FROM openjdk:17-slim
FROM openjdk:18-slim


# API JAR file
Expand Down

0 comments on commit 11ff38c

Please sign in to comment.