Skip to content

Commit 349d113

Browse files
Merge pull request #6 from bowtie-json-schema/dependabot/docker/bellsoft/liberica-openjdk-alpine-24
chore(deps): bump bellsoft/liberica-openjdk-alpine from 23 to 24
2 parents fc23a6a + 034697e commit 349d113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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:23
10+
FROM bellsoft/liberica-openjdk-alpine:24
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)