Browse Source

Use Python 3.11 in Dockerfile

Jason Robinson 1 year ago
parent
commit
1a4bc25c59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -26,7 +26,7 @@
 
 
 
-ARG PYTHON_VERSION=3.9
+ARG PYTHON_VERSION=3.11
 
 ###
 ### Stage 0: generate requirements.txt