diff --git a/Dockerfile b/Dockerfile index 70f3808ebf..236940473b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ 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=gcr.io/linkerd-io/proxy:edge-20.8.2 +ARG RUNTIME_IMAGE=ghcr.io/linkerd/proxy:edge-21.1.2 # Build the proxy, leveraging (new, experimental) cache mounting. #