From 1e1e16e42108c2499bfd7fd439043ba74b333c5b Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sat, 25 Sep 2021 16:55:07 +0100 Subject: [PATCH] Makefile: Update to latest version of CoreOS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48a8619..f056162 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # CoreOS options. STREAM := stable -VERSION := 34.20210821.3.0 +VERSION := 34.20210904.3.0 ARCH := x86_64 IMAGE_URI := https://builds.coreos.fedoraproject.org/prod/streams/ HOST := $(if $(filter deploy-virtual,$(MAKECMDGOALS)),virtual,$(HOST))