Update to kamal-proxy 0.8.6

Includes a fix for locking the proxy while draining
This commit is contained in:
Donal McBreen
2025-03-07 11:33:17 +00:00
parent f87bcf5bc6
commit 36f4e90a76

View File

@@ -14,7 +14,7 @@ class Kamal::Configuration
include Validation
PROXY_MINIMUM_VERSION = "v0.8.4"
PROXY_MINIMUM_VERSION = "v0.8.6"
PROXY_HTTP_PORT = 80
PROXY_HTTPS_PORT = 443
PROXY_LOG_MAX_SIZE = "10m"