Skip to content

Commit

Permalink
Merge pull request #273 from python-openapi/dependabot/docker/python-…
Browse files Browse the repository at this point in the history
…3.11.5-alpine

Bump python from 3.11.4-alpine to 3.11.5-alpine
  • Loading branch information
p1c2u authored Sep 25, 2023
2 parents cf2c8ca + f5e7be8 commit 63719f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.6.0

FROM python:3.11.4-alpine as builder
FROM python:3.11.5-alpine as builder

ARG OPENAPI_SPEC_VALIDATOR_VERSION

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

FROM python:3.11.4-alpine
FROM python:3.11.5-alpine

ARG OPENAPI_SPEC_VALIDATOR_VERSION

Expand Down

0 comments on commit 63719f9

Please sign in to comment.