From 9ea4ecf3629bb61e64e54f782bf5b9dd7aa06ce7 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Fri, 19 Jun 2026 19:09:55 +0200 Subject: [PATCH] Bump nginx to 1.30.3 and alpine base image to 3.24 --- Dockerfile | 2 +- conf.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0e90ade..cca02df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 +FROM alpine:3.24 ARG ARG_NGINX_VERSION diff --git a/conf.env b/conf.env index 2a1a0b9..ca21460 100644 --- a/conf.env +++ b/conf.env @@ -1,2 +1,2 @@ -NGINX_VERSION=1.29.3 +NGINX_VERSION=1.30.3 DOCKER_IMAGE=dcarrillo/nginx