Allow special characters in rule-set tags
Some checks failed
Build and Deploy Gateway / build-and-deploy (push) Failing after 13s

This commit is contained in:
2026-05-09 10:23:57 +03:00
parent cab4313c70
commit 62f50d9c28
7 changed files with 26 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
FROM debian:bookworm-slim
ARG BASE_IMAGE=debian:bookworm-slim
FROM ${BASE_IMAGE}
ARG SINGBOX_VERSION=1.12.13
COPY dist /app/dist