Skip to content

Commit d216d69

Browse files
Update ghcr.io/static-web-server/static-web-server Docker tag to v2.38.1
1 parent a8d52d1 commit d216d69

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.37.0 AS static-server
24+
FROM ghcr.io/static-web-server/static-web-server:2.38.1 AS static-server
2525
WORKDIR /srv/http
2626
ENV SERVER_ROOT=/srv/http
2727

0 commit comments

Comments
 (0)