Skip to content

Commit

Permalink
:dependabot: Bump openjdk container to 23-jdk-slim-bookworm
Browse files Browse the repository at this point in the history
Bumps openjdk from 22-jdk-slim-bookworm to 23-jdk-slim-bookworm.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 5c51186 commit 8d5991f
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 @@ -5,7 +5,7 @@ WORKDIR /home/gradle/tla-frontend
RUN gradle installAssets bootJar --no-daemon


FROM openjdk:22-jdk-slim-bookworm
FROM openjdk:23-jdk-slim-bookworm

RUN mkdir /app; apt-get update && apt-get install -y fontconfig
WORKDIR /app
Expand Down

0 comments on commit 8d5991f

Please sign in to comment.