Skip to content

chore(deps): update wolfi/jdk #868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/wolfi/jdk:openjdk-23.0.2-r4-dev@sha256:3f54a069b372413915bc69fb472247f82f52573ae30eb7a127512eaa111ff9ca AS builder
FROM docker.elastic.co/wolfi/jdk:openjdk-23.0.2-r5-dev@sha256:268b4992df679d107723332598d52866cfd4051b19c971fcb021571b316efc7b AS builder

#####################
# Install dev tools
Expand All @@ -17,7 +17,7 @@ COPY ./ ./

RUN mvn package

FROM docker.elastic.co/wolfi/jdk:openjdk-23.0.2-r4@sha256:fe0bcd211b53610fb41b6de121f4b88982798d38715c0c2b8ec04e6f64e2fe53 AS runner
FROM docker.elastic.co/wolfi/jdk:openjdk-23.0.2-r5@sha256:aa2c60407ae05be9ccae1413298e284063ee140459d53e78c86f3c9b93eecef3 AS runner

########################
# Prepare the code to run
Expand Down