We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeae653 + 0cbe4ed commit e932fc3Copy full SHA for e932fc3
Dockerfile
@@ -7,6 +7,6 @@ RUN gradle --no-daemon --parallel dependencies > /dev/null
7
COPY src/ src/
8
RUN gradle --no-daemon --parallel install
9
10
-FROM bellsoft/liberica-openjdk-alpine:20
+FROM bellsoft/liberica-openjdk-alpine:21
11
COPY --from=builder /opt/app/build /opt/app/build
12
CMD ["/opt/app/build/install/kmp-json-schema-validator/bin/kmp-json-schema-validator"]
0 commit comments