Bump nginx to 1.23.3 and alpine base image to 3.17

This commit is contained in:
Daniel Carrillo 2023-03-16 20:29:23 +01:00
parent 5f90de281b
commit dbab020faa
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.16 FROM alpine:3.17
ARG ARG_NGINX_VERSION ARG ARG_NGINX_VERSION

View File

@ -28,13 +28,13 @@ Build locally:
./build.sh ./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 ```bash
./build.sh --push ./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 ```bash
./build.sh --push --latest ./build.sh --push --latest

View File

@ -1,2 +1,2 @@
NGINX_VERSION=1.23.1 NGINX_VERSION=1.23.3
DOCKER_IMAGE=dcarrillo/nginx DOCKER_IMAGE=dcarrillo/nginx