Browse Source

Using python 3.11 in release docker image.
Dev Image stays at 3.7 to quickly find compatibility issues.

Rodja Trappe 2 years ago
parent
commit
24507480a9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      development.dockerfile
  2. 1 1
      release.dockerfile

+ 1 - 1
development.dockerfile

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

+ 1 - 1
release.dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.10-slim
+FROM python:3.11-slim
 
 RUN python -m pip install nicegui