From 5078b027ba58cce8887acb5c1add0bb8d56f5d38 Mon Sep 17 00:00:00 2001 From: Travis Rowland Date: Thu, 4 Jun 2020 02:23:15 -0700 Subject: [PATCH] Update Makefile Increment version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 530d3e7..0a78cec 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= bionic-1.0.0 +VERSION ?= focal-1.0.0-pre ifdef BASE_IMAGE BUILD_ARG = --build-arg BASE_IMAGE=$(BASE_IMAGE) ifndef NAME