mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-22 00:21:30 +00:00
[dependencies] Update golang Docker tag to v1.21
This commit is contained in:
parent
1dd2c26f31
commit
7b79d98f59
|
@ -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>"
|
LABEL maintainer="nekohasekai <contact-git@sekai.icu>"
|
||||||
COPY . /go/src/github.com/sagernet/sing-box
|
COPY . /go/src/github.com/sagernet/sing-box
|
||||||
WORKDIR /go/src/github.com/sagernet/sing-box
|
WORKDIR /go/src/github.com/sagernet/sing-box
|
||||||
|
|
Loading…
Reference in a new issue