feat: upgrade dockerfile go version to 1.19

This commit is contained in:
wencaiwulue
2023-01-20 11:07:14 +08:00
parent 1ae99e42f5
commit eab3fde83a
4 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
ARG BASE=github.com/wencaiwulue/kubevpn
FROM envoyproxy/envoy:v1.21.1 AS envoy
FROM golang:1.18 AS builder
FROM golang:1.19 AS builder
COPY . /go/src/$BASE