We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7238b2a + 7e73361 commit 6877689Copy full SHA for 6877689
implementations/java-json-schema-validator/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM gradle:9.2-jdk17 AS builder
+FROM gradle:9.3-jdk17 AS builder
2
COPY BowtieJsonSchemaValidator.java /opt/app/BowtieJsonSchemaValidator.java
3
COPY build.gradle /opt/app/build.gradle
4
WORKDIR /opt/app
0 commit comments