Przeglądaj źródła

enforcing newest version

Rodja Trappe 4 lat temu
rodzic
commit
5778b56d9e
1 zmienionych plików z 1 dodań i 1 usunięć
  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