浏览代码

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

Rodja Trappe 2 年之前
父节点
当前提交
24507480a9
共有 2 个文件被更改,包括 2 次插入2 次删除
  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