diff --git a/Dockerfile b/Dockerfile index 79fd762..d09a821 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine MAINTAINER yvonnick.esnault@corp.ovh.com RUN apk add --update -t deps wget ca-certificates && \ mkdir /app && cd /app && \ - TAT_VERSION="5.0.1" && \ + TAT_VERSION="5.0.2" && \ wget https://github.com/ovh/tat/releases/download/v${TAT_VERSION}/tat-linux-amd64 && \ chmod +x tat-linux-amd64 && \ chown -R nobody:nogroup /app && \ diff --git a/types.go b/types.go index ad4be74..8c9fc61 100644 --- a/types.go +++ b/types.go @@ -3,7 +3,7 @@ package tat // Version of Tat // One Line for this, used by release.sh script // Keep "const Version on one line" -const Version = "5.0.1" +const Version = "5.0.2" const ( // TatHeaderUsername is Tat_username header