From dbab020faa59fbe23832169dd63a38e3bb1179b1 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Thu, 16 Mar 2023 20:29:23 +0100 Subject: [PATCH] Bump nginx to 1.23.3 and alpine base image to 3.17 --- Dockerfile | 2 +- README.md | 4 ++-- conf.env | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 75022da..fde28f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16 +FROM alpine:3.17 ARG ARG_NGINX_VERSION diff --git a/README.md b/README.md index 83b6e28..f04cd39 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ Build locally: ./build.sh ``` -Build locally and upload to a registry (you must be logged in to the registry) +Build locally and upload the image to a registry (you must be logged in to the registry) ```bash ./build.sh --push ``` -Build locally, tag image as latest and upload to a registry (you must be logged in to the registry) +Build locally, tag the image as latest and upload it to a registry (you must be logged in to the registry) ```bash ./build.sh --push --latest diff --git a/conf.env b/conf.env index 3ce541b..891cd1b 100644 --- a/conf.env +++ b/conf.env @@ -1,2 +1,2 @@ -NGINX_VERSION=1.23.1 +NGINX_VERSION=1.23.3 DOCKER_IMAGE=dcarrillo/nginx