From f847cf0bb67cafa777c2c840366e04ecd885faa0 Mon Sep 17 00:00:00 2001 From: Sebastian Parschauer Date: Thu, 18 Jun 2026 11:52:47 +0200 Subject: [PATCH 1/2] docker build: Update to OpenResty 1.31.1.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c451ea..2ff4570 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM openresty/openresty:1.29.2.4-alpine-fat +FROM openresty/openresty:1.31.1.1-alpine-fat RUN apk add --no-cache curl perl bash wget git perl-dev libarchive-tools nodejs; \ ln -s /usr/bin/bsdtar /usr/bin/tar From c47a2de77b4f9837ebb747722c86c58010a7b457 Mon Sep 17 00:00:00 2001 From: Sebastian Parschauer Date: Thu, 18 Jun 2026 11:54:38 +0200 Subject: [PATCH 2/2] ci: Add OpenResty 1.31.1.1 support Just add that version and Docker image this way. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1929675..46d15a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,7 @@ jobs: - 1.25.3.2 - 1.27.1.2 - 1.29.2.5 + - 1.31.1.1 runs-on: ubuntu-latest container: