We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4de19 commit 1005075Copy full SHA for 1005075
build/Dockerfile
@@ -1,5 +1,5 @@
1
FROM envoyproxy/envoy:v1.25.0 AS envoy
2
-FROM golang:1.22 AS builder
+FROM golang:1.23 AS builder
3
ARG BASE=github.com/wencaiwulue/kubevpn
4
5
COPY . /go/src/$BASE
build/local.Dockerfile
@@ -1,4 +1,4 @@
RUN go env -w GO111MODULE=on && go env -w GOPROXY=https://goproxy.cn,direct
RUN go install github.com/go-delve/delve/cmd/dlv@latest
0 commit comments