From 564905663b8d6534c86b8e9e846c253ebe6b6071 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Mon, 18 Apr 2022 18:02:35 +0100 Subject: [PATCH] Update to latest CoreOS version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a71ac1..89eb430 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # CoreOS options. STREAM := stable -VERSION := 35.20220227.3.0 +VERSION := 35.20220327.3.0 ARCH := x86_64 IMAGE_URI := https://builds.coreos.fedoraproject.org/prod/streams/ HOST := $(if $(filter deploy-virtual,$(MAKECMDGOALS)),virtual,$(HOST))