We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a333c3d + b105fab commit 600c562Copy full SHA for 600c562
Dockerfile
@@ -1,6 +1,6 @@
1
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.6.0
2
3
-FROM python:3.11.5-alpine as builder
+FROM python:3.12.0-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.11.5-alpine
+FROM python:3.12.0-alpine
13
14
15
0 commit comments