Skip to content

Commit

Permalink
update envoy to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshasselberg authored Feb 10, 2020
1 parent a4987c1 commit 480025b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect-inject/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

const (
DefaultConsulImage = "consul:1.5.0"
DefaultEnvoyImage = "envoyproxy/envoy-alpine:v1.9.1"
DefaultEnvoyImage = "envoyproxy/envoy-alpine:v1.13.0"
)

const (
Expand Down

0 comments on commit 480025b

Please sign in to comment.