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