Skip to content

Commit

Permalink
Merge pull request #123 from elgohr/dependabot/docker/openjdk-24
Browse files Browse the repository at this point in the history
Bump openjdk from 23 to 24
  • Loading branch information
github-actions[bot] authored Jun 12, 2024
2 parents e652f12 + 5349ecd commit 9d49c75
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 @@ -8,7 +8,7 @@ RUN go get -u github.com/maxbrunsfeld/counterfeiter/v6 \
&& go build -o ../compiled/in in/in.go \
&& go build -o ../compiled/check check/check.go

FROM openjdk:23 as buildJava
FROM openjdk:24 as buildJava
RUN jlink --compress=2 \
--no-man-pages \
--module-path /opt/openjdk-13/jmods \
Expand Down

0 comments on commit 9d49c75

Please sign in to comment.