Makefile: Update to latest CoreOS version

This commit is contained in:
Alex Palaistras 2021-11-27 17:43:02 +00:00
parent a6416f9ea6
commit d6201dbff0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# CoreOS options.
STREAM := stable
VERSION := 34.20211031.3.0
VERSION := 35.20211029.3.0
ARCH := x86_64
IMAGE_URI := https://builds.coreos.fedoraproject.org/prod/streams/
HOST := $(if $(filter deploy-virtual,$(MAKECMDGOALS)),virtual,$(HOST))