Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent d6edad1 commit c15cc64
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:24-jdk-slim-bookworm
FROM openjdk:25-jdk-slim-bookworm

RUN mkdir /app
RUN apt-get update \
Expand Down

0 comments on commit c15cc64

Please sign in to comment.