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 envoyproxy/envoy docker tag to v1.31 (#184)
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 19, 2024
1 parent ce531b0 commit 6bf16d4
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.30-latest
image: envoyproxy/envoy:v1.31-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.30-latest
image: envoyproxy/envoy:v1.31-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 6bf16d4

Please sign in to comment.