We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30949ee + 09f7564 commit 1774d35Copy full SHA for 1774d35
1 file changed
Dockerfile
@@ -21,7 +21,7 @@ COPY . .
21
RUN DJANGO_STATIC_ROOT=/static python manage.py collectstatic --no-input
22
RUN find /static -ls
23
24
-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
25
WORKDIR /srv/http
26
ENV SERVER_ROOT=/srv/http
27
0 commit comments