diff --git a/tests/fauxmplementations/lintsonschema/Dockerfile b/tests/fauxmplementations/lintsonschema/Dockerfile index 9f98b125f..be3c25557 100644 --- a/tests/fauxmplementations/lintsonschema/Dockerfile +++ b/tests/fauxmplementations/lintsonschema/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.1-alpine +FROM python:3.15.0a2-alpine RUN python -m pip install jsonschema COPY lintsonschema /usr/local/bin COPY schemas /schemas