pujanpaudel commited on
Commit
9da87ca
·
verified ·
1 Parent(s): dd90bd4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
 
3
  # 1. Use an official Python runtime as a parent image
4
  # Using python 3.10, but you can choose 3.9, 3.11 etc. based on your needs. Slim is smaller.
5
- FROM python:3.10
6
 
7
  # 2. Set the working directory in the container
8
  WORKDIR /code
 
2
 
3
  # 1. Use an official Python runtime as a parent image
4
  # Using python 3.10, but you can choose 3.9, 3.11 etc. based on your needs. Slim is smaller.
5
+ FROM python:3.12
6
 
7
  # 2. Set the working directory in the container
8
  WORKDIR /code