Skip to content

Commit

Permalink
Merge pull request #1529 from bowtie-json-schema/dependabot/docker/im…
Browse files Browse the repository at this point in the history
…plementations/java-json-schema/bellsoft/liberica-openjdk-alpine-23

Bump bellsoft/liberica-openjdk-alpine from 22 to 23 in /implementations/java-json-schema
  • Loading branch information
Julian committed Sep 19, 2024
2 parents eb256ff + b932e99 commit 31c2eb7
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 31c2eb7

Please sign in to comment.