공식 설치 가이드의 Dockerfile에서 지원되지 않는 Nginx 버전 사용

Apologies if this is not the correct place to post this. I could not create an issue on Github.

The current referenced version of Nginx in the self hosted Docker install is 1.21.6. here:

This version is end of life and no longer supported. See simplified supported version overview here:

Can this be updated to current stable 1.22 or latest 1.23?

Thanks

2개의 좋아요

I’m moving this to bug, as it seems like something that warrants attention.

As if the link to the source wasn’t enough, I did this on a recent install:

/# nginx -v
nginx version: nginx/1.21.6
1개의 좋아요

I have this assigned to me, and it will be rolled out with a new image soon.

4개의 좋아요

New image with latest nginx (among other things) was shipped last week.

Nginx change how multiple instances of the same header are treated, so if you are running multiple reverse proxy layers be careful with the update. We did our best to handle the common cases, but some weirder setups may be affected.

4개의 좋아요

This topic was automatically closed after 3 days. New replies are no longer allowed.