Skip to content

Commit 0ad48c3

Browse files
Merge pull request #1472 from dsp-testing/dependabot/docker/implementations/kotlin-kmp-json-schema-validator/bellsoft/liberica-openjdk-alpine-26
Bump bellsoft/liberica-openjdk-alpine from 24 to 26 in /implementations/kotlin-kmp-json-schema-validator
2 parents 2e63323 + f34bec2 commit 0ad48c3

File tree

1 file changed

+1
-1
lines changed
  • implementations/kotlin-kmp-json-schema-validator

1 file changed

+1
-1
lines changed

implementations/kotlin-kmp-json-schema-validator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ RUN gradle --no-daemon --parallel dependencies > /dev/null
77
COPY src/ src/
88
RUN gradle --no-daemon --parallel install
99

10-
FROM bellsoft/liberica-openjdk-alpine:24
10+
FROM bellsoft/liberica-openjdk-alpine:26
1111
COPY --from=builder /opt/app/build /opt/app/build
1212
CMD ["/opt/app/build/install/kmp-json-schema-validator/bin/kmp-json-schema-validator"]

0 commit comments

Comments
 (0)