We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56e42a7 + ebbfa73 commit 4676dddCopy full SHA for 4676ddd
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.36.0 AS static-server
+FROM ghcr.io/static-web-server/static-web-server:2.36.1 AS static-server
25
WORKDIR /srv/http
26
ENV SERVER_ROOT=/srv/http
27
0 commit comments