[dependencies] Update golang Docker tag to v1.25

This commit is contained in:
renovate[bot] 2025-08-14 02:20:34 +00:00 committed by GitHub
parent 9f330bd2e5
commit bce9b5e417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.25-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