Skip to content

Commit

Permalink
Merge pull request #116 from elgohr/dependabot/docker/openjdk-23
Browse files Browse the repository at this point in the history
⬆️ Bump openjdk from 22 to 23
  • Loading branch information
github-actions[bot] authored Dec 12, 2023
2 parents e40ebdc + a10fe04 commit 585f43f
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:22 as buildJava
FROM openjdk:23 as buildJava
RUN jlink --compress=2 \
--no-man-pages \
--module-path /opt/openjdk-13/jmods \
Expand Down

0 comments on commit 585f43f

Please sign in to comment.