FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump python from 3.14.5-alpine to 3.15.0rc1-alpine by dependabot[bot] · Pull Request #520 · python-openapi/openapi-spec-validator · GitHub

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension No extension  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
4 changes: 2 additions & 2 deletions Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.9.0

FROM python:3.14.5-alpine as builder
FROM python:3.15.0rc1-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.14.5-alpine
FROM python:3.15.0rc1-alpine

ARG OPENAPI_SPEC_VALIDATOR_VERSION

Expand Down
Loading

Back | FazBrowse Home | New Git URL