We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbd0d48 + 3322d3c commit 762b0c8Copy full SHA for 762b0c8
Dockerfile
@@ -1,6 +1,6 @@
1
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.7.1
2
3
-FROM python:3.12.4-alpine as builder
+FROM python:3.12.6-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.12.4-alpine
+FROM python:3.12.6-alpine
13
14
15
0 commit comments