Skip to content

Commit d374e44

Browse files
authored
Update to Caddy 2.9.1 (#44)
1 parent 791ee04 commit d374e44

File tree

1 file changed

+1
-1
lines changed
  • buildpacks/static-web-server/src

1 file changed

+1
-1
lines changed

buildpacks/static-web-server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use ureq as _;
2727
const BUILDPACK_NAME: &str = "Heroku Static Web Server Buildpack";
2828
const BUILD_PLAN_ID: &str = "static-web-server";
2929
const WEB_SERVER_NAME: &str = "caddy";
30-
const WEB_SERVER_VERSION: &str = "2.8.4";
30+
const WEB_SERVER_VERSION: &str = "2.9.1";
3131

3232
pub(crate) struct StaticWebServerBuildpack;
3333

0 commit comments

Comments
 (0)