diff --git a/Dockerfile b/Dockerfile index e1e4a16..2b79814 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.36.1 AS static-server +FROM ghcr.io/static-web-server/static-web-server:2.37.0 AS static-server WORKDIR /srv/http ENV SERVER_ROOT=/srv/http