Skip to content

Commit

Permalink
⬆️ Bump openjdk from 22 to 23
Browse files Browse the repository at this point in the history
Bumps openjdk from 22 to 23.

---
updated-dependencies:
- dependency-name: openjdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent e40ebdc commit a10fe04
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 a10fe04

Please sign in to comment.