From f0c2d09e43f69c9d0a916915b60d5cb32f97a893 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sun, 1 Aug 2021 23:37:49 +0100 Subject: [PATCH] Makefile: Update to latest CoreOS version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c12abe6..0b12cf4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # CoreOS options. STREAM := stable -VERSION := 34.20210626.3.2 +VERSION := 34.20210711.3.0 ARCH := x86_64 IMAGE_URI := https://builds.coreos.fedoraproject.org/prod/streams/ HOST := $(if $(filter deploy-virtual,$(MAKECMDGOALS)),virtual,$(HOST))