Skip to content

Commit

Permalink
update to envoy v1.26.6 (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <[email protected]>
  • Loading branch information
maksim-paskal authored Oct 25, 2023
1 parent da0566a commit c6a467d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion envoy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# for decoding envoy critical exceptions - use image with debug symbols
# paskalmaksim/envoy-docker-image:debug-base
ARG base=envoyproxy/envoy:v1.26.2
ARG base=envoyproxy/envoy:v1.26.6

FROM $base
ARG TARGETARCH
Expand Down
5 changes: 3 additions & 2 deletions utils/envoy-debug/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM envoyproxy/envoy-debug:v1.26.2
FROM envoyproxy/envoy-debug:v1.26.6

ADD https://raw.githubusercontent.com/envoyproxy/envoy/master/tools/stack_decode.py /stack_decode.py

RUN apt update \
&& apt install -y python3 binutils gdb \
&& chmod 777 /stack_decode.py
&& chmod 777 /stack_decode.py \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

0 comments on commit c6a467d

Please sign in to comment.