Browse Source

using python 3.11 as docker image

Rodja Trappe 2 years ago
parent
commit
5cde19c991
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development.dockerfile

+ 1 - 1
development.dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.7-slim
+FROM python:3.11-slim
 
 RUN apt update && apt install curl -y