Browse Source

updated to latest 0.9 release

Rodja Trappe 2 years ago
parent
commit
a7853e8093
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fly.toml

+ 2 - 2
fly.toml

@@ -1,14 +1,14 @@
 # fly.toml file generated for nicegui-0-9 on 2022-12-12T19:52:01+01:00
 
 app = "nicegui-0-9"
-kill_signal = "SIGINT"
+kill_signal = "SIGTERM"
 kill_timeout = 5
 processes = []
 
 [env]
 
 [build]
-  image = "zauberzeug/nicegui:0.9.25"
+  image = "zauberzeug/nicegui:0.9.26"
 
 [experimental]
   allowed_public_ports = []