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