Skip to content

Commit a8d52d1

Browse files
authored
Merge pull request #64 from EventAccess/renovate/ghcr.io-static-web-server-static-web-server-2.x
Update ghcr.io/static-web-server/static-web-server Docker tag to v2.37.0
2 parents 41f16fd + a4cbf0a commit a8d52d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY . .
2121
RUN DJANGO_STATIC_ROOT=/static python manage.py collectstatic --no-input
2222
RUN find /static -ls
2323

24-
FROM ghcr.io/static-web-server/static-web-server:2.36.1 AS static-server
24+
FROM ghcr.io/static-web-server/static-web-server:2.37.0 AS static-server
2525
WORKDIR /srv/http
2626
ENV SERVER_ROOT=/srv/http
2727

0 commit comments

Comments
 (0)