Skip to content

Commit 1005075

Browse files
committed
feat: upgrade go version in Dockerfile
1 parent 8f4de19 commit 1005075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM envoyproxy/envoy:v1.25.0 AS envoy
2-
FROM golang:1.22 AS builder
2+
FROM golang:1.23 AS builder
33
ARG BASE=github.com/wencaiwulue/kubevpn
44

55
COPY . /go/src/$BASE

build/local.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22 AS builder
1+
FROM golang:1.23 AS builder
22
RUN go env -w GO111MODULE=on && go env -w GOPROXY=https://goproxy.cn,direct
33
RUN go install github.com/go-delve/delve/cmd/dlv@latest
44

0 commit comments

Comments
 (0)