From dd0f770c1a97172c292f8ea8600f6c5328412db4 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Sun, 9 Jun 2024 22:51:19 +0200 Subject: [PATCH] v0.0.5 --- .github/workflows/release.yml | 2 +- backend/config/version | 2 +- core/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3f946d..2c35b40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: fi #### Build Sing-Box - export VERSION=v1.8.14 + export VERSION=v1.9.3 git clone -b $VERSION https://github.com/SagerNet/sing-box cd sing-box go build -tags with_quic,with_grpc,with_wireguard,with_ech,with_utls,with_reality_server,with_acme,with_v2ray_api,with_clash_api,with_gvisor \ diff --git a/backend/config/version b/backend/config/version index 05b19b1..fa3de58 100644 --- a/backend/config/version +++ b/backend/config/version @@ -1 +1 @@ -0.0.4 \ No newline at end of file +0.0.5 \ No newline at end of file diff --git a/core/Dockerfile b/core/Dockerfile index c6e8cb4..964421e 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM golang:1.22-alpine AS singbox-builder LABEL maintainer="Alireza " WORKDIR /app ARG TARGETOS TARGETARCH -ARG SINGBOX_VER=v1.8.13 +ARG SINGBOX_VER=v1.9.3 ARG SINGBOX_TAGS="with_quic,with_grpc,with_wireguard,with_ech,with_utls,with_reality_server,with_acme,with_v2ray_api,with_clash_api,with_gvisor" ARG GOPROXY="" ENV GOPROXY ${GOPROXY}