From 714355c3f546b1e00802dce89a7ae8288782574e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:50:02 +0000 Subject: [PATCH] Bump python in /implementations/python-fastjsonschema Bumps python from 3.13.0-alpine to 3.13.1-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- implementations/python-fastjsonschema/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/python-fastjsonschema/Dockerfile b/implementations/python-fastjsonschema/Dockerfile index 6dad15719..f7871c3f1 100644 --- a/implementations/python-fastjsonschema/Dockerfile +++ b/implementations/python-fastjsonschema/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0-alpine +FROM python:3.13.1-alpine WORKDIR /usr/src/myapp RUN python3 -m pip install fastjsonschema COPY bowtie_fastjsonschema.py .