MightyOctopus commited on
Commit
73fe9ec
·
verified ·
1 Parent(s): c97deb7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # ===============================
2
  # Base image
3
  # ===============================
4
- FROM python:3.9-slim
5
 
6
  # Set working directory
7
  WORKDIR /app
 
1
  # ===============================
2
  # Base image
3
  # ===============================
4
+ FROM python:3.10-slim
5
 
6
  # Set working directory
7
  WORKDIR /app