We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f303d5 + d273c8b commit 123a403Copy full SHA for 123a403
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.8.5
2
3
-FROM python:3.14.3-alpine as builder
+FROM python:3.14.5-alpine as builder
4
5
ARG OPENAPI_SPEC_VALIDATOR_VERSION
6
@@ -9,7 +9,7 @@ ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
9
RUN apk add --no-cache cargo
10
RUN python -m pip wheel --wheel-dir /wheels openapi-spec-validator==${OPENAPI_SPEC_VALIDATOR_VERSION}
11
12
-FROM python:3.14.3-alpine
+FROM python:3.14.5-alpine
13
14
15
0 commit comments