From 7c671a06533e91458a07cdf337ef3a0166c19f76 Mon Sep 17 00:00:00 2001 From: Egor Lazarchuk Date: Tue, 10 Dec 2024 14:56:39 +0000 Subject: [PATCH] TEST: use v77 devctr Signed-off-by: Egor Lazarchuk --- tools/devtool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/devtool b/tools/devtool index 3d8916120c2..bbc6d283430 100755 --- a/tools/devtool +++ b/tools/devtool @@ -68,7 +68,7 @@ DEVCTR_IMAGE_NO_TAG="public.ecr.aws/firecracker/fcuvm" # Development container tag -DEVCTR_IMAGE_TAG=${DEVCTR_IMAGE_TAG:-v76} +DEVCTR_IMAGE_TAG=${DEVCTR_IMAGE_TAG:-v77} # Development container image (name:tag) # This should be updated whenever we upgrade the development container.