1
0
mirror of https://github.com/dcarrillo/docker-nginx.git synced 2025-01-02 14:56:47 +00:00

Bump nginx to 1.27.1

This commit is contained in:
Daniel Carrillo 2024-09-21 18:57:05 +02:00
parent 97051249a9
commit 0410cfa4f2
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.19
ARG ARG_NGINX_VERSION
ENV NGINX_VERSION $ARG_NGINX_VERSION
ENV NGINX_VERSION=$ARG_NGINX_VERSION
# hadolint ignore=DL3018,DL3003,SC2086
RUN CONFIG=" \

View File

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