Yoonc commited on
Commit
d787796
·
verified ·
1 Parent(s): 95bb723

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@
4
  # ================================
5
 
6
  # Use an official Python base image
7
- FROM python:3.10-slim
8
 
9
  # Set working directory
10
  WORKDIR /app
 
4
  # ================================
5
 
6
  # Use an official Python base image
7
+ FROM python:3.13.7
8
 
9
  # Set working directory
10
  WORKDIR /app