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 f6acdbe commit 43eee98Copy full SHA for 43eee98
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