From 3e216f9e1fc806b648e2e02662406d32a848ea5e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 10 May 2022 19:27:22 -0400 Subject: [PATCH] Release 0.15.0 - #53 @dependabot chore(deps): bump golang from 1.17.7-buster to 1.17.8-buster - #56 @dependabot chore(deps): bump golang from 1.17.8-buster to 1.18.1-buster - #54 @josegonzalez Publish armhf package to ubuntu/focal - #57 @josegonzalez Publish package for Ubuntu 22.04 - #58 @josegonzalez Update go modules --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abef0a7..811aec1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez REPOSITORY = procfile-util HARDWARE = $(shell uname -m) SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]') -BASE_VERSION ?= 0.14.1 +BASE_VERSION ?= 0.15.0 IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY) PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish