Skip to content

Commit

Permalink
Bump bellsoft/liberica-openjdk-alpine
Browse files Browse the repository at this point in the history
Bumps bellsoft/liberica-openjdk-alpine from 22 to 23.

---
updated-dependencies:
- dependency-name: bellsoft/liberica-openjdk-alpine
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 19, 2024
1 parent a088782 commit b932e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/java-json-schema/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ COPY build.gradle /opt/app/build.gradle
WORKDIR /opt/app
RUN gradle jar --no-daemon ${IMPLEMENTATION_VERSION:+-PimplementationVersion=}${IMPLEMENTATION_VERSION}

FROM bellsoft/liberica-openjdk-alpine:22
FROM bellsoft/liberica-openjdk-alpine:23
COPY --from=builder /opt/app/build/libs /opt/app
CMD ["java", "-jar", "/opt/app/harness.jar"]

0 comments on commit b932e99

Please sign in to comment.