From 9c1a7a9111b67eb1698f521b4d9789ff342997d4 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Fri, 2 Feb 2024 19:42:59 +0000 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 b0dc2bb..0d2c25b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # CoreOS options. NAME := coreos-home-server STREAM := stable -VERSION := 39.20231204.3.3 +VERSION := 39.20240112.3.0 ARCH := x86_64 IMAGE_URI := https://builds.coreos.fedoraproject.org/prod/streams/ HOST := $(if $(filter deploy,$(MAKECMDGOALS)),$(if $(HOST),$(HOST),$(error Please specify a valid HOST to deploy)),$(HOST))