Richard commited on
Commit
3231960
·
1 Parent(s): 28ab31e

Update 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.16-bullseye
4
 
5
  RUN apt-get update && \
6
  apt-get install -y \
 
1
  # Build Docker image for deployment.
2
 
3
+ FROM python:3.12.8-bullseye
4
 
5
  RUN apt-get update && \
6
  apt-get install -y \