Skip to content

Commit

Permalink
- bump webhook version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
almir committed May 12, 2020
1 parent 6e820d3 commit 788959c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM golang:alpine3.11 AS build
MAINTAINER Almir Dzinovic <almir@dzinovic.net>
WORKDIR /go/src/github.com/adnanh/webhook
ENV WEBHOOK_VERSION 2.6.11
ENV WEBHOOK_VERSION 2.7.0
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 && \
Expand Down

0 comments on commit 788959c

Please sign in to comment.