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.
2 parents f6acdbe + 43eee98 commit 4b9eb5bCopy full SHA for 4b9eb5b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9-alpine3.18
+FROM python:3.11-alpine3.18
2
COPY requirements.txt ./
3
RUN pip3 install --no-cache-dir -r requirements.txt
4
COPY docs /docs
0 commit comments