docker-nginx icon indicating copy to clipboard operation
docker-nginx copied to clipboard

Update to Alpine 3.19

Open jnoordsij opened this issue 7 months ago • 6 comments

Proposed changes

Updates the images to use Alpine 3.19 as default version. See also https://alpinelinux.org/posts/Alpine-3.19.0-released.html.

Note: given that this requires built binaries for the new Alpine version and won't take any effect until an actual new release of nginx itself, this PR is intentionally marked as draft, so it can function both as a heads-up about the new release and a place that allows for subscription to any potential updates. It can then be merged later at any convenient time when everythins is ready. However, if it is still preferable to close this in the meantime, feel free to do so.

Checklist

Before creating a PR, run through this checklist and mark each as complete:

  • [x] I have read the CONTRIBUTING document
  • [x] I have run ./update.sh and ensured all entrypoint/Dockerfile template changes have been applied to the relevant image entrypoint scripts & Dockerfiles
  • [ ] If applicable, I have added tests that prove my fix is effective or that my feature works
  • [ ] If applicable, I have checked that any relevant tests pass after adding my changes
  • [ ] I have updated any relevant documentation

jnoordsij avatar Dec 07 '23 11:12 jnoordsij