Sfoglia il codice sorgente

enforcing newest version

Rodja Trappe 4 anni fa
parent
commit
5778b56d9e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      release.dockerfile

+ 1 - 1
release.dockerfile

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