We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec3340 commit 9833685Copy full SHA for 9833685
content/build/building/packaging.md
@@ -84,7 +84,7 @@ FROM ubuntu:22.04
84
85
# install app dependencies
86
RUN apt-get update && apt-get install -y python3 python3-pip
87
-RUN pip install flask==2.1.*
+RUN pip install flask==3.0.*
88
89
# install app
90
COPY hello.py /
@@ -181,7 +181,7 @@ The second `RUN` instruction installs the `flask` dependency required by the
181
Python application.
182
183
```dockerfile
184
185
```
186
187
A prerequisite for this instruction is that `pip` is installed into the build
0 commit comments