From d015782136132f207507b990499ce4a743522962 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sat, 10 Oct 2020 15:04:44 +0200 Subject: [PATCH] Bump alpine version to 3.12 and nginx to 1.19.3 --- Dockerfile | 2 +- conf.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fb156e5..79bd068 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.11 +FROM alpine:3.12 ARG ARG_NGINX_VERSION ARG ARG_NGX_GEOIP2_VERSION diff --git a/conf.env b/conf.env index 152b581..6cd380f 100644 --- a/conf.env +++ b/conf.env @@ -1,3 +1,3 @@ -NGINX_VERSION=1.19.2 +NGINX_VERSION=1.19.3 NGX_GEOIP2_VERSION=3.3 DOCKER_IMAGE=dcarrillo/nginx