diff --git a/Dockerfile b/Dockerfile index ceae54a..3b4c90e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:alpine AS build MAINTAINER Almir Dzinovic WORKDIR /go/src/github.com/adnanh/webhook -ENV WEBHOOK_VERSION 2.8.1 +ENV WEBHOOK_VERSION 2.8.2 RUN apk add --update -t build-deps curl libc-dev gcc libgcc RUN curl -L --silent -o webhook.tar.gz https://github.com/adnanh/webhook/archive/${WEBHOOK_VERSION}.tar.gz && \ tar -xzf webhook.tar.gz --strip 1