[dependencies] Update golang Docker tag to v1.22

This commit is contained in:
renovate[bot]
2024-02-10 11:54:40 +08:00
committed by 世界
parent 7d6aba5ea6
commit dbfe719f2d
+1 -1
View File
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.22-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