From cf696b4becdebe200da007b91e2e3af60bb25f78 Mon Sep 17 00:00:00 2001 From: JBWatenbergScality <75977494+JBWatenbergScality@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:42:12 +0200 Subject: [PATCH] Bump openresty --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27c58fdb7..bec410b94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG TAG=1.25.3.1-2-alpine-fat +ARG TAG=1.25.3.2-alpine-fat FROM openresty/openresty:${TAG}