From 81a08ceafcd6d6702c928b4192551627f4eb8bb9 Mon Sep 17 00:00:00 2001 From: Dean Coakley Date: Mon, 20 May 2024 16:51:43 +0100 Subject: [PATCH] Default to Jammy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5606f2762f..2a2824c080 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ GOVET = ${GOCMD} vet # | freebsd | | Not supported | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # OS_RELEASE ?= ubuntu -OS_VERSION ?= 24.04 +OS_VERSION ?= 22.04 BASE_IMAGE = "${CONTAINER_REGISTRY}/${OS_RELEASE}:${OS_VERSION}" IMAGE_TAG = "agent_${OS_RELEASE}_${OS_VERSION}"