From 1ff59af715a71c1d802a2e0883f3a6c180394a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:09:04 +0000 Subject: [PATCH] Bump python in /implementations/python-jsonschema Bumps python from 3.14.0-alpine to 3.14.2-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.2-alpine dependency-type: direct:production update-type: version-update:semver-patch ... 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 91611dd31..3048dad14 100644 --- a/implementations/python-jsonschema/Dockerfile +++ b/implementations/python-jsonschema/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.0-alpine +FROM python:3.14.2-alpine WORKDIR /usr/src/myapp RUN python -m pip install jsonschema COPY bowtie_jsonschema.py .