From 28eefcfac1fc39e9dc5ec14eac007928f4cfd8b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:52:27 +0000 Subject: [PATCH] chore(deps): update openresty/openresty docker tag to v27 --- images/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/nginx/Dockerfile b/images/nginx/Dockerfile index 806f18ad6..20a56a935 100644 --- a/images/nginx/Dockerfile +++ b/images/nginx/Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons AS commons -FROM openresty/openresty:1.25.3.2-2-alpine +FROM openresty/openresty:1.27.1.1-1-alpine ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION