Open EarthlingDavey opened 2 months ago
Updating nginx images can be tested locally with a command like
docker build . --target base-nginx -t base-nginx
Be aware that nginxinc/nginx-unprivileged and nginx do not have exactly the same versions of nginx.
nginxinc/nginx-unprivileged
nginx
But, we do need matching (major and minor) versions, so some searching dockerhub and potentially trial and error is involved.
Updating nginx images can be tested locally with a command like
docker build . --target base-nginx -t base-nginx
Be aware that
nginxinc/nginx-unprivileged
andnginx
do not have exactly the same versions of nginx.But, we do need matching (major and minor) versions, so some searching dockerhub and potentially trial and error is involved.