Skip to content

Commit

Permalink
Merge pull request #1736 from bowtie-json-schema/dependabot/docker/im…
Browse files Browse the repository at this point in the history
…plementations/java-json-tools-json-schema-validator/gradle-8.12.0-jdk17

Bump gradle from 8.11.1-jdk17 to 8.12.0-jdk17 in /implementations/java-json-tools-json-schema-validator
  • Loading branch information
Julian authored Dec 23, 2024
2 parents e8f2523 + 79f73d4 commit 3483edd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.11.1-jdk17 AS builder
FROM gradle:8.12.0-jdk17 AS builder
COPY BowtieJsonSchemaValidator.java /opt/app/BowtieJsonSchemaValidator.java
COPY build.gradle /opt/app/build.gradle
WORKDIR /opt/app
Expand Down

0 comments on commit 3483edd

Please sign in to comment.