From 5d39ac41f47f7ba87cc2cbd7165b001613a44b58 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sat, 15 Jul 2023 13:15:37 +0200 Subject: [PATCH] Bump nginx to 1.25.1 --- Dockerfile | 2 +- conf.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fde28f9..61186e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,10 +45,10 @@ RUN CONFIG=" \ pcre-dev \ zlib-dev \ linux-headers \ - curl \ libxslt-dev \ gd-dev \ && apk add --no-cache \ + curl \ pcre \ \ # installation diff --git a/conf.env b/conf.env index 891cd1b..6bcadff 100644 --- a/conf.env +++ b/conf.env @@ -1,2 +1,2 @@ -NGINX_VERSION=1.23.3 +NGINX_VERSION=1.25.1 DOCKER_IMAGE=dcarrillo/nginx