mkManishKumar commited on
Commit
15d84d5
1 Parent(s): 6a43626

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9-slim
2
  WORKDIR /app
3
  COPY requirements.txt ./requirements.txt
4
  RUN apt-get update
 
1
+ FROM python:3.12-slim
2
  WORKDIR /app
3
  COPY requirements.txt ./requirements.txt
4
  RUN apt-get update