From be24012a0ea57a8610d2527d8acee32a7174fc5a Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Tue, 2 Apr 2024 11:25:34 +0100 Subject: [PATCH] chore: fix casing in containerd-alt-16 stage Signed-off-by: Justin Chadwell --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1974033ab827..f8f3c41c25b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -259,7 +259,7 @@ RUN --mount=from=containerd-src,src=/usr/src/containerd,rw \ EOT # containerd v1.6 for integration tests -FROM containerd-base as containerd-alt-16 +FROM containerd-base AS containerd-alt-16 ARG CONTAINERD_ALT_VERSION_16 RUN --mount=from=containerd-src,src=/usr/src/containerd,rw \ --mount=target=/root/.cache,type=cache <