[dependencies] Update golang Docker tag to v1.21

This commit is contained in:
renovate[bot] 2023-08-13 08:38:43 +00:00 committed by GitHub
parent 141eebb40b
commit 0307d6aa85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:1.20-alpine AS builder
FROM golang:1.21-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