Alief Gilang Permana Putra commited on
Commit
4f13c94
·
1 Parent(s): af35098

fix: Update python container version

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use a stable, official Python base image
2
- FROM python:3.10-slim
3
 
4
  # Set environment variables
5
  # PYTHONUNBUFFERED=1 ensures console logs are printed immediately
 
1
  # Use a stable, official Python base image
2
+ FROM python:3.14-slim
3
 
4
  # Set environment variables
5
  # PYTHONUNBUFFERED=1 ensures console logs are printed immediately