Skip to content

Commit

Permalink
feat: upgrade go version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wencaiwulue committed Oct 9, 2024
1 parent 8f4de19 commit 1005075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM envoyproxy/envoy:v1.25.0 AS envoy
FROM golang:1.22 AS builder
FROM golang:1.23 AS builder
ARG BASE=github.com/wencaiwulue/kubevpn

COPY . /go/src/$BASE
Expand Down
2 changes: 1 addition & 1 deletion build/local.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22 AS builder
FROM golang:1.23 AS builder
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

Expand Down

0 comments on commit 1005075

Please sign in to comment.