From 62c376021ed9c5d2dfdd320b39583642a0d418bd Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Mon, 9 Dec 2024 21:26:42 -0500 Subject: [PATCH] Bump nginx to 1.27.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4507964..c29724b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.27.2 +FROM nginx:1.27.3 # Version ENV MEDIAWIKI_MAJOR_VERSION=1.39