We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e432752 commit cade6c5Copy full SHA for cade6c5
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Base image
2
-FROM python:3.9-slim
+FROM python:3.10-slim
3
4
# Install system dependencies, build tools, and libraries
5
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments