We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e570b5e commit e388e0fCopy full SHA for e388e0f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9-alpine
+FROM python:3.9.18-slim-bullseye
2
WORKDIR /app
3
COPY ./ /app/
4
RUN pip install --no-cache-dir -r requirements.txt
0 commit comments