We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1955421 commit c3bb89aCopy full SHA for c3bb89a
Dockerfile
@@ -2,7 +2,7 @@
2
FROM golang:alpine AS build
3
MAINTAINER Almir Dzinovic <almir@dzinovic.net>
4
WORKDIR /go/src/github.com/adnanh/webhook
5
-ENV WEBHOOK_VERSION 2.8.1
+ENV WEBHOOK_VERSION 2.8.2
6
RUN apk add --update -t build-deps curl libc-dev gcc libgcc
7
RUN curl -L --silent -o webhook.tar.gz https://github.com/adnanh/webhook/archive/${WEBHOOK_VERSION}.tar.gz && \
8
tar -xzf webhook.tar.gz --strip 1
0 commit comments