ayushpfullstack commited on
Commit
9caca79
·
verified ·
1 Parent(s): fb75d64

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Start from a standard Python 3.10 image
2
- FROM python:3.10-slim-buster
3
 
4
  # Set up the environment
5
  ENV DEBIAN_FRONTEND=noninteractive
 
1
+ # Change this line to use the modern "Bookworm" base image
2
+ FROM python:3.10-slim-bookworm
3
 
4
  # Set up the environment
5
  ENV DEBIAN_FRONTEND=noninteractive