Skip to content

Commit

Permalink
fix for other one as well
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Oct 22, 2023
1 parent 4051b95 commit 4fe9b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/advanced/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-alpine

RUN pip3 install pyjwt~=2.4.0 flask~=2.0.3
RUN pip3 install 'pyjwt>=2.4.0,<3' 'flask>=2.2.3'

ENV FLASK_DEBUG=1
ENV PYTHONUNBUFFERED=0
Expand Down

0 comments on commit 4fe9b2b

Please sign in to comment.