فهرست منبع

Update bun version to fix Container Build Error (#860)

* Rename dalle to DALL·E and add link to bun

* Fix DALL-E to DALL·E in Readme

* Update bun version to 0.5.9
Robert Neumann 2 سال پیش
والد
کامیت
fd80617472
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      pynecone/constants.py

+ 2 - 2
pynecone/constants.py

@@ -19,7 +19,7 @@ MIN_NODE_VERSION = "12.22.0"
 
 # Valid bun versions.
 MIN_BUN_VERSION = "0.5.5"
-MAX_BUN_VERSION = "0.5.8"
+MAX_BUN_VERSION = "0.5.9"
 INVALID_BUN_VERSIONS = ["0.5.6", "0.5.7"]
 
 # Files and directories used to init a new project.
@@ -73,7 +73,7 @@ API_URL = "http://localhost:8000"
 # The default path where bun is installed.
 BUN_PATH = "$HOME/.bun/bin/bun"
 # Command to install bun.
-INSTALL_BUN = "curl -fsSL https://bun.sh/install | bash -s -- bun-v0.5.5"
+INSTALL_BUN = "curl -fsSL https://bun.sh/install | bash -s -- bun-v0.5.9"
 # Default host in dev mode.
 BACKEND_HOST = "0.0.0.0"
 # The default timeout when launching the gunicorn server.