1
0
mirror of https://github.com/dcarrillo/docker-nginx.git synced 2025-01-06 20:16:48 +00:00

Bump nginx to 1.27.3

This commit is contained in:
Daniel Carrillo 2025-01-02 20:29:16 +01:00
parent 0410cfa4f2
commit 49131d4f2e
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
2 changed files with 1 additions and 4 deletions

View File

@ -65,7 +65,4 @@ RUN CONFIG=" \
STOPSIGNAL SIGTERM
HEALTHCHECK --interval=10s --retries=2 --timeout=3s \
CMD curl -f http://localhost/ || exit 1
CMD ["/usr/local/nginx/sbin/nginx", "-g", "daemon off;"]

View File

@ -1,2 +1,2 @@
NGINX_VERSION=1.27.1
NGINX_VERSION=1.27.3
DOCKER_IMAGE=dcarrillo/nginx