Skip to content

Commit

Permalink
Merge pull request #1253 from AxelTheGerman/proxy-0.8.3
Browse files Browse the repository at this point in the history
Bump proxy minimum version to 0.8.3
  • Loading branch information
djmb authored Dec 2, 2024
2 parents 69867e2 + a1596af commit 084d1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Kamal::Configuration

include Validation

PROXY_MINIMUM_VERSION = "v0.8.2"
PROXY_MINIMUM_VERSION = "v0.8.3"
PROXY_HTTP_PORT = 80
PROXY_HTTPS_PORT = 443
PROXY_LOG_MAX_SIZE = "10m"
Expand Down

0 comments on commit 084d1d4

Please sign in to comment.