From 9a85242995ece051f4a7c08598c10e81efed182a Mon Sep 17 00:00:00 2001 From: mrjones-plip Date: Sun, 24 May 2026 16:29:19 -0700 Subject: [PATCH] chore(#11112): bump CI nginx to 1.31 --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 41a60e15d81..6c6181a07ec 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,5 +1,5 @@ # base build -FROM nginx:1.31.0-alpine AS base_nginx +FROM nginx:1.31.1-alpine AS base_nginx RUN apk add --update --no-cache \ curl \ socat \