Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
d63c128a6e [dependencies] Update golang Docker tag to v1.26 2026-02-11 01:37:12 +00:00

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder
LABEL maintainer="nekohasekai <contact-git@sekai.icu>"
COPY . /go/src/github.com/sagernet/sing-box
WORKDIR /go/src/github.com/sagernet/sing-box