We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791ee04 commit d374e44Copy full SHA for d374e44
buildpacks/static-web-server/src/main.rs
@@ -27,7 +27,7 @@ use ureq as _;
27
const BUILDPACK_NAME: &str = "Heroku Static Web Server Buildpack";
28
const BUILD_PLAN_ID: &str = "static-web-server";
29
const WEB_SERVER_NAME: &str = "caddy";
30
-const WEB_SERVER_VERSION: &str = "2.8.4";
+const WEB_SERVER_VERSION: &str = "2.9.1";
31
32
pub(crate) struct StaticWebServerBuildpack;
33
0 commit comments