From fb4fcb51f3c19dc077e0954560f9696840a50b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:42:23 +0000 Subject: [PATCH] Bump python in /implementations/python-jschon Bumps python from 3.15.0b2-alpine to 3.15.0b3-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0b3-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- implementations/python-jschon/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/python-jschon/Dockerfile b/implementations/python-jschon/Dockerfile index c86f467c7..46c347a6d 100644 --- a/implementations/python-jschon/Dockerfile +++ b/implementations/python-jschon/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.15.0b2-alpine +FROM python:3.15.0b3-alpine WORKDIR /usr/src/myapp RUN python3 -m pip install jschon COPY bowtie_jschon.py .