Browse Source

[Python] Use Python 3.11 on granian WSGI (#8372)

Giovanni Barillari 2 years ago
parent
commit
c317ed54b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Python/granian/granian-wsgi.dockerfile

+ 1 - 1
frameworks/Python/granian/granian-wsgi.dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.10-slim
+FROM python:3.11-slim
 
 
 ADD ./ /granian
 ADD ./ /granian