From 1ee844b346a6c7f2cf664518c4d1b07a14060462 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sun, 27 Nov 2022 16:27:30 +0000 Subject: [PATCH] Makefile: Update CoreOS to latest version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f5add8..9ea154d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # CoreOS options. NAME := coreos-home-server STREAM := stable -VERSION := 36.20220918.3.0 +VERSION := 36.20221030.3.0 ARCH := x86_64 IMAGE_URI := https://builds.coreos.fedoraproject.org/prod/streams/ HOST := $(if $(filter deploy-virtual,$(MAKECMDGOALS)),virtual,$(HOST))