dependabot[bot] commited on
Commit
499b14d
·
unverified ·
1 Parent(s): ce55621

docker(deps): bump python from 3.11-slim to 3.13-slim

Browse files

Bumps python from 3.11-slim to 3.13-slim.

---
updated-dependencies:
- dependency-name: python
dependency-version: 3.13-slim
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use Python 3.11 slim image for smaller size
2
- FROM python:3.11-slim
3
 
4
  # Set environment variables
5
  ENV PYTHONUNBUFFERED=1
 
1
  # Use Python 3.11 slim image for smaller size
2
+ FROM python:3.13-slim
3
 
4
  # Set environment variables
5
  ENV PYTHONUNBUFFERED=1