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 .