From c5408dfc706d9b7bce6ec5903adeb912f4776c16 Mon Sep 17 00:00:00 2001
From: Tatsuya Kaneko <catatsuy@catatsuy.org>
Date: Thu, 11 Jul 2024 19:05:22 +0900
Subject: [PATCH] Revert "chore(deps): update dependency openresty/openresty to
 v1.25.3.2"

---
 builder/const.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/const.go b/builder/const.go
index 74fbcfc..50cb872 100644
--- a/builder/const.go
+++ b/builder/const.go
@@ -32,7 +32,7 @@ const (
 
 // openResty
 const (
-	OpenRestyVersion           = "1.25.3.2"
+	OpenRestyVersion           = "1.25.3.1"
 	OpenRestyDownloadURLPrefix = "https://openresty.org/download"
 )