Skip to content

Commit

Permalink
Update ghcr.io/static-web-server/static-web-server Docker tag to v2.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 5991cb8 commit 09f7564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.34.0 AS static-server
FROM ghcr.io/static-web-server/static-web-server:2.35.0 AS static-server
WORKDIR /srv/http
ENV SERVER_ROOT=/srv/http

Expand Down

0 comments on commit 09f7564

Please sign in to comment.