File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ jobs:
287
287
docker run --rm \
288
288
-v $(pwd)/envoy.yaml:/envoy.yaml \
289
289
-v $(pwd)/target/wasm32-wasi/release:/etc/envoy/proxy-wasm-plugins \
290
- envoyproxy/envoy:v1.24 -latest \
290
+ envoyproxy/envoy:v1.31 -latest \
291
291
--mode validate \
292
292
-c envoy.yaml
293
293
@@ -365,6 +365,6 @@ jobs:
365
365
docker run --rm \
366
366
-v $(pwd)/envoy.yaml:/envoy.yaml \
367
367
-v $(pwd)/target/wasm32-wasi/release:/etc/envoy/proxy-wasm-plugins \
368
- envoyproxy/envoy:v1.24 -latest \
368
+ envoyproxy/envoy:v1.31 -latest \
369
369
--mode validate \
370
370
-c envoy.yaml
Original file line number Diff line number Diff line change 14
14
15
15
services :
16
16
envoy :
17
- image : envoyproxy/envoy:v1.24 -latest
17
+ image : envoyproxy/envoy:v1.31 -latest
18
18
hostname : envoy
19
19
ports :
20
20
- " 10000:10000"
Original file line number Diff line number Diff line change 14
14
15
15
services :
16
16
envoy :
17
- image : envoyproxy/envoy:v1.24 -latest
17
+ image : envoyproxy/envoy:v1.31 -latest
18
18
hostname : envoy
19
19
ports :
20
20
- " 10000:10000"
Original file line number Diff line number Diff line change 14
14
15
15
services :
16
16
envoy :
17
- image : envoyproxy/envoy:v1.24 -latest
17
+ image : envoyproxy/envoy:v1.31 -latest
18
18
hostname : envoy
19
19
ports :
20
20
- " 10000:10000"
Original file line number Diff line number Diff line change 14
14
15
15
services :
16
16
envoy :
17
- image : envoyproxy/envoy:v1.24 -latest
17
+ image : envoyproxy/envoy:v1.31 -latest
18
18
hostname : envoy
19
19
ports :
20
20
- " 10000:10000"
Original file line number Diff line number Diff line change 14
14
15
15
services :
16
16
envoy :
17
- image : envoyproxy/envoy:v1.24 -latest
17
+ image : envoyproxy/envoy:v1.31 -latest
18
18
hostname : envoy
19
19
ports :
20
20
- " 10000:10000"
Original file line number Diff line number Diff line change 14
14
15
15
services :
16
16
envoy :
17
- image : envoyproxy/envoy:v1.24 -latest
17
+ image : envoyproxy/envoy:v1.31 -latest
18
18
hostname : envoy
19
19
ports :
20
20
- " 10000:10000"
You can’t perform that action at this time.
0 commit comments