From c5c8267ebd95a00fa73a2b294d8e5fa15613afd7 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Thu, 23 Jun 2022 18:18:28 +0200 Subject: [PATCH] Bump nginx to 1.23.0 --- Dockerfile | 4 ++-- conf.env | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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