From 09f75646fd8ca0b5c1ef426a54cc67b1d32f8d36 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 10 Jan 2025 17:41:18 +0000
Subject: [PATCH] Update ghcr.io/static-web-server/static-web-server Docker tag
 to v2.35.0

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 7602e7b..7a8b364 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,7 +21,7 @@ COPY . .
 RUN DJANGO_STATIC_ROOT=/static python manage.py collectstatic --no-input
 RUN find /static -ls
 
-FROM ghcr.io/static-web-server/static-web-server:2.34.0 AS static-server
+FROM ghcr.io/static-web-server/static-web-server:2.35.0 AS static-server
 WORKDIR /srv/http
 ENV SERVER_ROOT=/srv/http