James McCool commited on
Commit
15c480c
·
1 Parent(s): 7c7434b

Update Dockerfile to use Python 3.13.5-slim base image

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