feat: update envoy image tag to v1.34.1

This commit is contained in:
naison
2025-06-07 11:19:52 +08:00
parent 2614669671
commit 8d64dab79f
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM envoyproxy/envoy:v1.25.0 AS envoy
FROM envoyproxy/envoy:v1.34.1 AS envoy
FROM golang:1.23 AS builder
ARG BASE=github.com/wencaiwulue/kubevpn