From da7ec03ae389f93f06debd802b44ef6fdff3e23c Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Mon, 3 Aug 2026 22:20:40 +0000 Subject: [PATCH] chore: upgrade static-web-server to 2.44.0 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 5987764..eadf138 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: joseluisq/static-web-server:2.43.0 + image: joseluisq/static-web-server:2.44.0 command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"] networks: - proxy