Skip to content

Commit

Permalink
Merge pull request #1561 from bowtie-json-schema/dependabot/docker/im…
Browse files Browse the repository at this point in the history
…plementations/python-jschon/python-3.12.7-alpine

Bump python from 3.12.6-alpine to 3.12.7-alpine in /implementations/python-jschon
  • Loading branch information
Julian authored Oct 2, 2024
2 parents 56d160b + 04bb18d commit 5af147a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions implementations/java-json-schema/BowtieJsonSchema.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ private void start(JsonNode node) throws IOException {
.map(SpecificationVersion::getId)
.toList(),
"https://github.com/harrel56/json-schema",
"https://javadoc.io/doc/dev.harrel/json-schema/latest/dev/" +
"harrel/jsonschema/package-summary.html",
"https://javadoc.io/doc/dev.harrel/json-schema/latest/dev/"
+ "harrel/jsonschema/package-summary.html",
"https://github.com/harrel56/json-schema/issues",
"https://github.com/harrel56/json-schema",
System.getProperty("os.name"), System.getProperty("os.version"),
Expand Down
2 changes: 1 addition & 1 deletion implementations/python-jschon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.6-alpine
FROM python:3.12.7-alpine
WORKDIR /usr/src/myapp
RUN python3 -m pip install jschon
COPY bowtie_jschon.py .
Expand Down

0 comments on commit 5af147a

Please sign in to comment.