diff --git a/implementations/python-fastjsonschema/Dockerfile b/implementations/python-fastjsonschema/Dockerfile index 8ec4db2b9..d42958490 100644 --- a/implementations/python-fastjsonschema/Dockerfile +++ b/implementations/python-fastjsonschema/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-alpine +FROM python:3.12.6-alpine WORKDIR /usr/src/myapp RUN python3 -m pip install fastjsonschema COPY bowtie_fastjsonschema.py .