sam12345324 commited on
Commit
e389f40
·
verified ·
1 Parent(s): cd4c7ac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Use an official Python runtime as a parent image
2
- FROM python:3.9-slim
3
 
4
  # Set working directory
5
  WORKDIR /app
 
1
+ # Use an official Python 3.11 runtime as a parent image
2
+ FROM python:3.11-slim
3
 
4
  # Set working directory
5
  WORKDIR /app