From a06068a390a64b37de6a0aa8f60b702888305c69 Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Mon, 23 Oct 2023 17:07:46 +0000 Subject: [PATCH] containerd use correct platform for building Signed-off-by: James Sturtevant --- test/k8s/Dockerfile.oci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/k8s/Dockerfile.oci b/test/k8s/Dockerfile.oci index 4583215e5..669aea727 100644 --- a/test/k8s/Dockerfile.oci +++ b/test/k8s/Dockerfile.oci @@ -2,7 +2,7 @@ ARG KIND_NODE_VERSION=v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72 ARG RUNTIME=wasmtime -ARG GO_VERSION="1.21.1" +ARG GO_VERSION="1.21.3-bullseye" # modified from https://github.com/kubernetes-sigs/kind/blob/main/images/base/Dockerfile # stage for building containerd