diff --git a/tests/fauxmplementations/lintsonschema/Dockerfile b/tests/fauxmplementations/lintsonschema/Dockerfile index 4c2f28dac..c0e1ccc1b 100644 --- a/tests/fauxmplementations/lintsonschema/Dockerfile +++ b/tests/fauxmplementations/lintsonschema/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.15.0b3-alpine +FROM python:3.15.0rc1-alpine RUN python -m pip install jsonschema COPY lintsonschema /usr/local/bin COPY schemas /schemas