From f866c3ec2eec263a11c9b561bd1147992da4ed96 Mon Sep 17 00:00:00 2001 From: Konstantin Kostov Date: Sat, 23 Mar 2024 17:09:24 +0100 Subject: [PATCH] bump version 1.0.16 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1dba162..f0a461d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ help: @perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' build: - @docker build -t code.headbright.be/konstantin/iamkonstantin:1.0.15 . + @docker build -t code.headbright.be/konstantin/iamkonstantin:1.0.16 . publish: - @docker push code.headbright.be/konstantin/iamkonstantin:1.0.15 + @docker push code.headbright.be/konstantin/iamkonstantin:1.0.16