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:
parent
bba24dcded
commit
d87d0dba8a
|
|
@ -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.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue