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 fc23a6a + 034697e commit 349d113Copy full SHA for 349d113
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:23
+FROM bellsoft/liberica-openjdk-alpine:24
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