소스 검색

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