Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency envoyproxy/envoy to v1.23 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 16, 2022
1 parent 0c294ed commit d9b2432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- app-net

envoy-app:
image: envoyproxy/envoy:v1.22-latest
image: envoyproxy/envoy:v1.23-latest
command: envoy -c /etc/envoy/envoy.yaml --component-log-level ext_authz:trace
volumes:
- ./hack/envoy-config.app.yaml:/etc/envoy/envoy.yaml:ro
Expand All @@ -39,7 +39,7 @@ services:
- app-net

envoy-api:
image: envoyproxy/envoy:v1.22-latest
image: envoyproxy/envoy:v1.23-latest
command: envoy -c /etc/envoy/envoy.yaml --component-log-level ext_authz:trace
volumes:
- ./hack/envoy-config.api.yaml:/etc/envoy/envoy.yaml:ro
Expand Down

0 comments on commit d9b2432

Please sign in to comment.