We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30517ce commit 434bd4bCopy full SHA for 434bd4b
Dockerfile
@@ -1,5 +1,5 @@
1
-# Use Python 3.11 Alpine image as base
2
-FROM python:3.11-alpine
+# Use Python 3.10 Alpine image as base
+FROM python:3.10-alpine
3
4
# Set working directory
5
WORKDIR /app
0 commit comments