diff --git a/Dockerfile b/Dockerfile index 7e3b2151..0aebf838 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.20-alpine AS builder MAINTAINER Ugo Landini -ARG VERSION=0.1.8 +ARG VERSION=0.1.9 ARG USER=$(id -u -n) ARG TIME=$(date) diff --git a/Makefile b/Makefile index b6c7ff6f..83c7cbc2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1.8 +VERSION=0.1.9 USER=$(shell id -u -n) TIME=$(shell date)