James McCool commited on
Commit
1c8450a
·
1 Parent(s): f0f976b

Update base image in Dockerfile from Python 3.9 to 3.12 for improved performance and compatibility.

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
 
 
1
+ FROM python:3.12-slim
2
 
3
  WORKDIR /app
4