From b14b54585d33a4857dbae9b87ac8bf558a93b94a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:08:59 +0000 Subject: [PATCH] Bump python in /tests/fauxmplementations/lintsonschema Bumps python from 3.14.1-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] --- tests/fauxmplementations/lintsonschema/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fauxmplementations/lintsonschema/Dockerfile b/tests/fauxmplementations/lintsonschema/Dockerfile index 9f98b125f..6d99cb174 100644 --- a/tests/fauxmplementations/lintsonschema/Dockerfile +++ b/tests/fauxmplementations/lintsonschema/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.1-alpine +FROM python:3.14.2-alpine RUN python -m pip install jsonschema COPY lintsonschema /usr/local/bin COPY schemas /schemas