We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b324f71 commit b4516a3Copy full SHA for b4516a3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.8-alpine
+FROM python:3.11-alpine
2
3
COPY requirements.txt /tmp/
4
RUN pip install --requirement /tmp/requirements.txt
0 commit comments