Bump nginx to 1.25.2 and alpine base image to 3.18

This commit is contained in:
Daniel Carrillo 2023-09-10 12:05:52 +02:00
parent 5d39ac41f4
commit acf3be229e
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,2 +1,2 @@
NGINX_VERSION=1.25.1
NGINX_VERSION=1.25.2
DOCKER_IMAGE=dcarrillo/nginx