Richard commited on
Commit
390fabe
·
1 Parent(s): c9cf37d

Try using a different python version

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # Build Docker image for deployment.
2
 
3
- FROM python:3.10.14-bullseye
4
 
5
  RUN apt-get update && \
6
  apt-get install -y \
 
1
  # Build Docker image for deployment.
2
 
3
+ FROM python:3.12.4-bullseye
4
 
5
  RUN apt-get update && \
6
  apt-get install -y \