Makefile: Update to latest version of CoreOS

This commit is contained in:
Alex Palaistras 2024-02-02 19:42:59 +00:00
parent 2d5abe4c83
commit 9c1a7a9111
1 changed files with 1 additions and 1 deletions

View File

@ -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))