Bump nginx to 1.25.1

This commit is contained in:
Daniel Carrillo 2023-07-15 13:15:37 +02:00
parent be2413625f
commit 5d39ac41f4
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
2 changed files with 2 additions and 2 deletions

View File

@ -45,10 +45,10 @@ RUN CONFIG=" \
pcre-dev \ pcre-dev \
zlib-dev \ zlib-dev \
linux-headers \ linux-headers \
curl \
libxslt-dev \ libxslt-dev \
gd-dev \ gd-dev \
&& apk add --no-cache \ && apk add --no-cache \
curl \
pcre \ pcre \
\ \
# installation # installation

View File

@ -1,2 +1,2 @@
NGINX_VERSION=1.23.3 NGINX_VERSION=1.25.1
DOCKER_IMAGE=dcarrillo/nginx DOCKER_IMAGE=dcarrillo/nginx