Skip to content

Commit

Permalink
Pin Flask version for connexion
Browse files Browse the repository at this point in the history
  • Loading branch information
rycus86 committed Apr 28, 2023
1 parent cbd50d9 commit 2172404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/connexion-pydantic/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-alpine

RUN apk add --no-cache curl && pip install flask connexion pydantic prometheus_client
RUN apk add --no-cache curl && pip install flask==2.2.4 connexion pydantic prometheus_client

ADD . /tmp/latest
RUN pip install -e /tmp/latest --upgrade
Expand Down

0 comments on commit 2172404

Please sign in to comment.