Stable Perl images using mainline nginx?
Closed this issue · 1 comments
Describe the bug
Debian based stable/1.24-perl images seems to be shipping with nginx 1.25.3
To reproduce
Steps to reproduce the behavior:
docker run nginxinc/nginx-unprivileged:1.24-perl nginx -v
outputs: nginx version: nginx/1.25.3
while the non-perl version seems fine.
docker run nginxinc/nginx-unprivileged:1.24 nginx -v
nginx version: nginx/1.24.0
Expected behavior
output of nginx version: nginx/1.24.x
like the non-perl versions output.
Your environment
-
Version of Docker and method of installation (e.g. Docker Desktop / Docker Server)
Docker Desktop Windows 4.24.2: Docker utility version 24.0.6, build ed223bc -
Version/tag of the NGINX Unprivileged Docker image (e.g.
nginxinc/nginx-unprivileged:alpine)
nginxinc/nginx-unprivileged:1.24-perl
nginxinc/nginx-unprivileged:stable-perl
nginxinc/nginx-unprivileged:stable-bullseye-perl
while the alpine based images seem not to be affected.
nginxinc/nginx-unprivileged:stable-alpine-perl gives versions 1.24.0 -
Target deployment environment/platform (e.g. OpenShift / Kubernetes / Docker Compose / etc...)
docker desktop / compose
Thanks for catching that!