浏览代码

enforcing newest version

Rodja Trappe 4 年之前
父节点
当前提交
5778b56d9e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      release.dockerfile

+ 1 - 1
release.dockerfile

@@ -1,6 +1,6 @@
 FROM python:3.9-slim
 
-RUN python -m pip install nicegui
+RUN python -m pip install 'nicegui>=0.2.2'
 
 WORKDIR /app