diff --git a/Dockerfile b/Dockerfile index 3e3a4b4..ed653f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.1 +FROM golang:1.20.3 # Don't run tests as root so we can play with permissions RUN useradd --create-home --user-group app diff --git a/Makefile b/Makefile index 31f3ca1..ec530f7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME=cronlocker -VERSION=0.7.1 +VERSION=0.8.0 ARCH=amd64 LICENSE="BSD 2-Clause License" MAINTAINER="Tobias Schoknecht "