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