Skip to content

Commit 690fbcd

Browse files
Bump python from 3.12.6-alpine to 3.13.3-alpine
Bumps python from 3.12.6-alpine to 3.13.3-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.3-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4970181 commit 690fbcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.7.1
22

3-
FROM python:3.12.6-alpine as builder
3+
FROM python:3.13.3-alpine as builder
44

55
ARG OPENAPI_SPEC_VALIDATOR_VERSION
66

@@ -9,7 +9,7 @@ ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
99
RUN apk add --no-cache cargo
1010
RUN python -m pip wheel --wheel-dir /wheels openapi-spec-validator==${OPENAPI_SPEC_VALIDATOR_VERSION}
1111

12-
FROM python:3.12.6-alpine
12+
FROM python:3.13.3-alpine
1313

1414
ARG OPENAPI_SPEC_VALIDATOR_VERSION
1515

0 commit comments

Comments
 (0)