version update
build-and-publish / build (Raccoon, ubuntu:26.04, NEXUS_PASS_RACCOON, NEXUS_REPO_RACCOON, NEXUS_USER_RACCOON, raccoon) (push) Failing after 53s
build-and-publish / build (Trixie, debian:13, NEXUS_PASS_TRIXIE, NEXUS_REPO_TRIXIE, NEXUS_USER_TRIXIE, trixie) (push) Failing after 53s

This commit is contained in:
root
2026-05-25 20:34:21 +00:00
parent bba6a61727
commit cfde3b7033
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -5,8 +5,18 @@
.workers .workers
.local .local
.pi .pi
.gemini
.cargo
.claude.json
.copilot
.docker
.grok
.ollama
Dockerfile Dockerfile
docker-compose.yaml docker-compose.yaml
docker-compose.yml docker-compose.yml
PENDING_*.md PENDING_*.md
PATCH_*.md PATCH_*.md
CLAUDE.md
GEMINI.md
AGENTS.md
+1 -1
View File
@@ -3,7 +3,7 @@
![Simple](https://c.tenor.com/uYqsM9uIyuYAAAAC/simple-easy.gif) ![Simple](https://c.tenor.com/uYqsM9uIyuYAAAAC/simple-easy.gif)
- [x] Debian 13 (trixie) and Ubuntu 26.04 LTS (raccoon) supported - [x] Debian 13 (trixie) and Ubuntu 26.04 LTS (raccoon) supported
- [x] nginx 1.31.0 - [x] nginx 1.31.1
- [x] HTTP/3 (QUIC) via AWS-LC - [x] HTTP/3 (QUIC) via AWS-LC
- [x] ModSecurity v3 (libmodsecurity) - [x] ModSecurity v3 (libmodsecurity)
- [x] Naxsi - [x] Naxsi
+1 -1
View File
@@ -1,4 +1,4 @@
export NGINX="1.31.0" export NGINX="1.31.1"
# Lua Path # Lua Path
export LUA_SCRIPTS="/usr/nginx_lua" export LUA_SCRIPTS="/usr/nginx_lua"