I have built nginx docker container for 6 months. Nginx in docker container show :
nginx version: nginx/1.9.5
And docker images show:
xxx/nginx80lb_release latest 2228a5d98be7 8 months ago 132.9 MB
And dockerfile which I have built docker image before:
FROM nginx:latest
Now, I want to upgrade to latest nginx 1.11.2 (latest). I have searched in the google, but no luck. I don't want to rebuild docker image.
How can I do this? Please give me some advices.
Thank you!