We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c5339 commit 926be2eCopy full SHA for 926be2e
Dockerfile
@@ -2,6 +2,6 @@ FROM python:3.11-alpine
2
3
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.7
4
5
-RUN pip install --no-cache-dir openapi-spec-validator==${OPENAPI_SPEC_VALIDATOR_VERSION}
+RUN pip install --no-cache-dir --pre openapi-spec-validator==${OPENAPI_SPEC_VALIDATOR_VERSION}
6
7
ENTRYPOINT ["openapi-spec-validator"]
0 commit comments