Browse Source

next version

Rodja Trappe 4 years ago
parent
commit
2beb8930ee
1 changed files with 1 additions and 1 deletions
  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>=0.2.3'
+RUN python -m pip install 'nicegui>=0.2.4'
 
 
 WORKDIR /app
 WORKDIR /app