From dc6798086b0642b81cc8eace44278a4abdac67ef Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Fri, 19 Feb 2021 17:06:13 +0100 Subject: [PATCH 1/2] Bump Alpine base image to 3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79bd068..cc5ccff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.13 ARG ARG_NGINX_VERSION ARG ARG_NGX_GEOIP2_VERSION From 9493875ba8a301c33f485fc4d376fd21a661384a Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Fri, 19 Feb 2021 17:06:26 +0100 Subject: [PATCH 2/2] [ifconfig.es] Bump nginx version to 1.19.7 --- conf.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.env b/conf.env index 05c9858..52158f5 100644 --- a/conf.env +++ b/conf.env @@ -1,3 +1,3 @@ -NGINX_VERSION=1.19.6 +NGINX_VERSION=1.19.7 NGX_GEOIP2_VERSION=3.3 DOCKER_IMAGE=dcarrillo/nginx