forked from alireza0/s-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
449 additions
and
383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM --platform=$BUILDPLATFORM golang:1.22-alpine AS singbox-builder | ||
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS singbox-builder | ||
LABEL maintainer="Alireza <[email protected]>" | ||
WORKDIR /app | ||
ARG TARGETOS TARGETARCH | ||
ARG SINGBOX_VER=v1.9.3 | ||
ARG SINGBOX_VER=v1.10.1 | ||
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} | ||
|
Oops, something went wrong.