Skip to content

Commit

Permalink
ci: remove zstd docker-compose 'version' as obsolete (#35051)
Browse files Browse the repository at this point in the history
Commit Message: ci: remove zstd docker-compose 'version' as obsolete
Additional Description: from CI logs:
```time="2024-07-01T21:16:14Z" level=warning msg="/home/runner/work/envoy/envoy/examples/zstd/docker-compose.yaml: `version` is obsolete"```
Risk Level: low
Testing: N/A
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: Derek Argueta <darguetap@gmail.com>
  • Loading branch information
derekargueta authored Jul 4, 2024
1 parent 36531d9 commit 1f68c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/zstd/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: "3.7"
services:

envoy-stats:
build:
context: .
Expand Down

0 comments on commit 1f68c5b

Please sign in to comment.