YanSte commited on
Commit
626ee71
·
1 Parent(s): f137595

Update with python

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@
3
  ### ------
4
 
5
  # Start with a minimal Python 3.11 base image based on Debian Buster
6
- FROM python:3.11-slim-buster
7
 
8
  ### ------
9
  ### Set up user
 
3
  ### ------
4
 
5
  # Start with a minimal Python 3.11 base image based on Debian Buster
6
+ FROM python:3.12.7-slim
7
 
8
  ### ------
9
  ### Set up user