Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Zijie Wu <zijiewu@microsoft.com>
  • Loading branch information
Zijie Wu committed Oct 30, 2023
1 parent 343d031 commit bb4d3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/python_web_frameworks/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.11-alpine

RUN apk add --update --no-cache python3-dev build-base pcre-dev linux-headers
RUN pip install flask uwsgi
Expand Down

0 comments on commit bb4d3fc

Please sign in to comment.