Skip to content

Commit

Permalink
envoy: Update envoy version to 1.25.x
Browse files Browse the repository at this point in the history
Envoy 1.24 will be EOL in Oct 2023, this commit is to proactively bump
envoy version to 1.25.

Related build: https://github.com/cilium/proxy/actions/runs/6571657408/job/17851245851

Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras authored and joestringer committed Oct 20, 2023
1 parent 988c8e8 commit 6d533b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/cilium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:05b71de1d1cba0536dd6a4a9c

# cilium-envoy from github.com/cilium/proxy
#
FROM quay.io/cilium/cilium-envoy:v1.24-55c3011de2cde1c9ab584a6e499ddaf17d6d8b5f@sha256:8684ece2ae991406e8ee7893a6c62b58e848923d09fa34b68e276eaf47a267d7 as cilium-envoy
FROM quay.io/cilium/cilium-envoy:v1.25-fc62e740678a875f87195a0b0cfddbc758bd8a48@sha256:9ac4631f12bb0f959ef9aff70fe62c946fb89337e7a74efea5276da1bf706e44 as cilium-envoy

#
# Hubble CLI
Expand Down

0 comments on commit 6d533b0

Please sign in to comment.