1
0
mirror of https://github.com/dcarrillo/docker-nginx.git synced 2026-06-29 18:33:50 +00:00

Bump nginx to 1.30.3 and alpine base image to 3.24

This commit is contained in:
2026-06-19 19:09:55 +02:00
parent 2926640687
commit 9ea4ecf362
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.22
FROM alpine:3.24
ARG ARG_NGINX_VERSION
+1 -1
View File
@@ -1,2 +1,2 @@
NGINX_VERSION=1.29.3
NGINX_VERSION=1.30.3
DOCKER_IMAGE=dcarrillo/nginx