Skip to content

Commit

Permalink
Backport of bump to Envoy 1.26.2 into release/1.2.x (#143)
Browse files Browse the repository at this point in the history
* backport of commit 04de56a

* backport of commit 27f9c1e

---------

Co-authored-by: David Yu <[email protected]>
  • Loading branch information
hc-github-team-consul-core and David Yu authored Jun 9, 2023
1 parent 40c99dc commit 108577d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/142.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:security
Update to Envoy 1.26.2 within the Dockerfile.
```
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# envoy-binary pulls in the latest Envoy binary, as Envoy don't publish
# prebuilt binaries in any other form.
FROM envoyproxy/envoy-distroless:v1.26.1 as envoy-binary
FROM envoyproxy/envoy-distroless:v1.26.2 as envoy-binary

# go-discover builds the discover binary (which we don't currently publish
# either).
Expand Down

0 comments on commit 108577d

Please sign in to comment.