diff --git a/Dockerfile b/Dockerfile index cc5ccff..2fbe567 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 +FROM alpine:3.16.0 ARG ARG_NGINX_VERSION ARG ARG_NGX_GEOIP2_VERSION @@ -49,7 +49,7 @@ RUN CONFIG=" \ zlib-dev \ linux-headers \ curl \ - gnupg1 \ + gnupg \ libxslt-dev \ gd-dev \ libmaxminddb-dev \ diff --git a/conf.env b/conf.env index 9bce488..7e918ea 100644 --- a/conf.env +++ b/conf.env @@ -1,3 +1,3 @@ -NGINX_VERSION=1.21.6 -NGX_GEOIP2_VERSION=3.3 +NGINX_VERSION=1.23.0 +NGX_GEOIP2_VERSION=3.4 DOCKER_IMAGE=dcarrillo/nginx