Skip to content

Commit

Permalink
Revert "- bump webhook version to 2.8.2"
Browse files Browse the repository at this point in the history
This reverts commit 650eabc.
  • Loading branch information
almir committed Oct 25, 2024
1 parent 6bb3661 commit 7ae1242
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:alpine AS build
MAINTAINER Almir Dzinovic <[email protected]>
WORKDIR /go/src/github.com/adnanh/webhook
ENV WEBHOOK_VERSION 2.8.2
ENV WEBHOOK_VERSION 2.8.1
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 7ae1242

Please sign in to comment.