From dbb9db7dd2ac7e5e1dadefeab26f9bf35e5b2e22 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Fri, 15 May 2026 22:13:12 +0800 Subject: [PATCH] upgraded nginx to 1.31.0 --- .gitea/workflows/build-nginx.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-nginx.yaml b/.gitea/workflows/build-nginx.yaml index a724dac..cae1843 100644 --- a/.gitea/workflows/build-nginx.yaml +++ b/.gitea/workflows/build-nginx.yaml @@ -31,12 +31,12 @@ jobs: ssh: default=/home/luser/.ssh/id_ed25519 tags: | "gitea.woggioni.net/woggioni/nginx:latest" - "gitea.woggioni.net/woggioni/nginx:v1.30.0" + "gitea.woggioni.net/woggioni/nginx:v1.31.0" secrets: | GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }} build-args: | - LIBRESSL_VERSION=4.2.1 - NGINX_VERSION=1.30.0 + LIBRESSL_VERSION=4.3.1 + NGINX_VERSION=1.31.0 NGINX_BRANCH=vanilla - name: Build and push nginx custom images