Skip to content

Commit 926be2e

Browse files
committed
Allow pre-releases for docker images
1 parent b2c5339 commit 926be2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM python:3.11-alpine
22

33
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.7
44

5-
RUN pip install --no-cache-dir openapi-spec-validator==${OPENAPI_SPEC_VALIDATOR_VERSION}
5+
RUN pip install --no-cache-dir --pre openapi-spec-validator==${OPENAPI_SPEC_VALIDATOR_VERSION}
66

77
ENTRYPOINT ["openapi-spec-validator"]

0 commit comments

Comments
 (0)