Update ghcr.io/static-web-server/static-web-server Docker tag to v2.40.0 #9

Merged
tobigr merged 1 commit from renovate/ghcr.io-static-web-server-static-web-server-2.x into main 2025-12-01 01:07:17 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ghcr.io/static-web-server/static-web-server final minor 2.39.0-alpine -> 2.40.0-alpine

Release Notes

static-web-server/static-web-server (ghcr.io/static-web-server/static-web-server)

v2.40.0

Compare Source

This new v2.40.0 release brings important security bug fixes, performance, resource and binary size optimizations, rootless Debian and Alpine Docker images, content negotiation for Markdown files support and other enhancements.

For more details about the changes, take a look at the corresponding PR and documentation links.

Fixes

Features

Refactorings

  • c66c791 Docker: Prefer dynamically-linked binaries for Debian Docker images, which reduces container's memory usage significantly. #​588 by [@​joseluisq][joseluisq]
  • 557363e Replace regex crate with regex-lite to reduce binary size. #​581 by [@​joseluisq][joseluisq]
  • afddfd6 Drop jemalloc in favor of mimalloc for MUSL targets, which reduces statically-linked binary's memory usage. #​587 by [@​joseluisq][joseluisq]
  • b234984 Docker: Rootless Debian and Alpine Docker images, which reduces the attack surface and improves security. #​567 by [@​joseluisq][joseluisq], see docs
  • d48da4c Simplify public directory for Docker image and default error pages, which improves the default index and error pages' responsiveness in the browser. #​579 by [@​joseluisq][joseluisq]
  • ce5b4fab Drop lazy_static and prefer fixed text mime types for dynamic compression. #​580 by [@​joseluisq][joseluisq]
  • ea9f43f CI: Move perfcheck workflow behind a PR comment trigger. #​584 by [@​joseluisq][joseluisq]

For more details see the v2.40.0 milestone and the full changelog v2.39.0...v2.40.0.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/static-web-server/static-web-server](https://github.com/static-web-server/static-web-server) | final | minor | `2.39.0-alpine` -> `2.40.0-alpine` | --- ### Release Notes <details> <summary>static-web-server/static-web-server (ghcr.io/static-web-server/static-web-server)</summary> ### [`v2.40.0`](https://github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2400---2025-11-30) [Compare Source](https://github.com/static-web-server/static-web-server/compare/v2.39.0...v2.40.0) This new `v2.40.0` release brings important security bug fixes, performance, resource and binary size optimizations, rootless Debian and Alpine Docker images, content negotiation for Markdown files support and other enhancements. For more details about the changes, take a look at the corresponding PR and documentation links. **Fixes** - [55562a1][55562a1] Update dependencies like rustls, tracing, async-compression, clap, bytes and others. [#&#8203;582][582], [#&#8203;589][589] by \[[@&#8203;joseluisq](https://github.com/joseluisq)]\[joseluisq] - [0fedeb3][0fedeb3] library: Crate documentation issues. [#&#8203;583][583] by \[[@&#8203;joseluisq](https://github.com/joseluisq)]\[joseluisq] [55562a1]: https://github.com/static-web-server/static-web-server/commit/55562a1 [0fedeb3]: https://github.com/static-web-server/static-web-server/commit/0fedeb3 [582]: https://github.com/static-web-server/static-web-server/pull/582 [583]: https://github.com/static-web-server/static-web-server/pull/583 [589]: https://github.com/static-web-server/static-web-server/pull/589 **Features** - [ee4b049][ee4b049] Add `armv7-unknown-linux-gnueabihf` target. [#&#8203;586][586] by \[[@&#8203;joseluisq](https://github.com/joseluisq)]\[joseluisq] - [2c25d82][2c25d82] Content negotiation for Markdown files via `Accept` header. [#&#8203;577][577] by [@&#8203;davlgd][davlgd], see [docs](https://static-web-server.net/features/markdown-content-negotiation/) - [326abbe][326abbe] library: Add `exit_on_error` option to `Server::run_server_on_rt` function to control server termination. [#&#8203;578][578] by [@&#8203;frnsys][frnsys] [ee4b049]: https://github.com/static-web-server/static-web-server/commit/ee4b049 [326abbe]: https://github.com/static-web-server/static-web-server/commit/326abbe [2c25d82]: https://github.com/static-web-server/static-web-server/commit/2c25d82 [586]: https://github.com/static-web-server/static-web-server/pull/586 [578]: https://github.com/static-web-server/static-web-server/pull/578 [577]: https://github.com/static-web-server/static-web-server/pull/577 **Refactorings** - [c66c791][c66c791] Docker: Prefer dynamically-linked binaries for Debian Docker images, which reduces container's memory usage significantly. [#&#8203;588][588] by \[[@&#8203;joseluisq](https://github.com/joseluisq)]\[joseluisq] - [557363e][557363e] Replace `regex` crate with `regex-lite` to reduce binary size. [#&#8203;581][581] by \[[@&#8203;joseluisq](https://github.com/joseluisq)]\[joseluisq] - [afddfd6][afddfd6] Drop `jemalloc` in favor of `mimalloc` for *MUSL* targets, which reduces statically-linked binary's memory usage. [#&#8203;587][587] by \[[@&#8203;joseluisq](https://github.com/joseluisq)]\[joseluisq] - [b234984][b234984] Docker: Rootless *Debian* and *Alpine* Docker images, which reduces the attack surface and improves security. [#&#8203;567][567] by \[[@&#8203;joseluisq](https://github.com/joseluisq)]\[joseluisq], see [docs](https://static-web-server.net/features/docker/#rootless) - [d48da4c][d48da4c] Simplify public directory for Docker image and default error pages, which improves the default index and error pages' responsiveness in the browser. [#&#8203;579][579] by \[[@&#8203;joseluisq](https://github.com/joseluisq)]\[joseluisq] - [ce5b4fab][ce5b4fab] Drop `lazy_static` and prefer fixed text mime types for dynamic compression. [#&#8203;580][580] by \[[@&#8203;joseluisq](https://github.com/joseluisq)]\[joseluisq] - [ea9f43f][ea9f43f] CI: Move *perfcheck* workflow behind a PR comment trigger. [#&#8203;584][584] by \[[@&#8203;joseluisq](https://github.com/joseluisq)]\[joseluisq] [c66c791]: https://github.com/static-web-server/static-web-server/commit/c66c791 [afddfd6]: https://github.com/static-web-server/static-web-server/commit/afddfd6 [ea9f43f]: https://github.com/static-web-server/static-web-server/commit/ea9f43f [557363e]: https://github.com/static-web-server/static-web-server/commit/557363e [ce5b4fab]: https://github.com/static-web-server/static-web-server/commit/ce5b4fab [b234984]: https://github.com/static-web-server/static-web-server/commit/b234984 [d48da4c]: https://github.com/static-web-server/static-web-server/commit/d48da4c [588]: https://github.com/static-web-server/static-web-server/pull/588 [587]: https://github.com/static-web-server/static-web-server/pull/587 [584]: https://github.com/static-web-server/static-web-server/pull/584 [581]: https://github.com/static-web-server/static-web-server/pull/581 [580]: https://github.com/static-web-server/static-web-server/pull/580 [567]: https://github.com/static-web-server/static-web-server/pull/567 [579]: https://github.com/static-web-server/static-web-server/pull/579 [davlgd]: https://github.com/davlgd [frnsys]: https://github.com/frnsys For more details see the [v2.40.0 milestone][v2400-milestone] and the full changelog [v2.39.0...v2.40.0][v2400-diff]. [v2400-diff]: https://github.com/static-web-server/static-web-server/compare/v2.39.0...v2.40.0 [v2400-milestone]: https://github.com/static-web-server/static-web-server/milestone/34?closed=1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuMyIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update ghcr.io/static-web-server/static-web-server Docker tag to v2.40.0
All checks were successful
Build and publish Docker image / build (push) Successful in 31s
Build and publish Docker image / build (pull_request) Successful in 28s
Link Check / check-links (pull_request) Successful in 10s
652118584d
tobigr approved these changes 2025-12-01 01:07:06 +01:00
tobigr merged commit 50d582fa39 into main 2025-12-01 01:07:17 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: NewPipe-eV/website-2-0#9
No description provided.