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 .