Pickup linkerd-await wrapper in docker build (#999)

Updates the docker runtime base image to use cr.l5d.io/proxy:edge-21.4.5

Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
This commit is contained in:
Kevin Leimkuhler 2021-05-03 11:50:12 -04:00 committed by GitHub
parent bba24dcded
commit d87d0dba8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
ARG RUST_IMAGE=rust:1.49.0-buster
# Use an arbitrary ~recent edge release image to get the proxy
# identity-initializing wrapper.
ARG RUNTIME_IMAGE=ghcr.io/linkerd/proxy:edge-21.1.2
# identity-initializing and linkerd-await wrappers.
ARG RUNTIME_IMAGE=ghcr.io/linkerd/proxy:edge-21.4.5
# Build the proxy, leveraging (new, experimental) cache mounting.
#