From 32215a41b80bbbfedad01b027dcabab7c65a2d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:42:59 +0000 Subject: [PATCH] Bump python in /implementations/python-jsonschema Bumps python from 3.14.5-alpine to 3.15.0b2-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0b2-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- implementations/python-jsonschema/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/python-jsonschema/Dockerfile b/implementations/python-jsonschema/Dockerfile index 2e9f3f932..3a061d3da 100644 --- a/implementations/python-jsonschema/Dockerfile +++ b/implementations/python-jsonschema/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.5-alpine +FROM python:3.15.0b2-alpine WORKDIR /usr/src/myapp RUN python -m pip install jsonschema COPY bowtie_jsonschema.py .