From 191613aff29d341fde23debcdc460ccbefff66b5 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Fri, 4 Feb 2022 21:49:51 +0100 Subject: [PATCH] bugfixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b78d26..5330fc2 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ ci-ubuntu20 : work ## ubuntu21 docker-ubuntu21 : - ${MAKE} -f linux.mk distro=ubuntu21 "distro_image=ubuntu:20.04" docker + ${MAKE} -f linux.mk distro=ubuntu21 "distro_image=ubuntu:21.10" docker ubuntu21 : work ${MAKE} -f linux.mk distro=ubuntu21 build ci-ubuntu21 : work