Skip to content

Commit

Permalink
- update version of alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
almir committed Apr 8, 2020
1 parent e7ac378 commit 6e820d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile for https://github.com/adnanh/webhook
FROM golang:alpine3.10 AS build
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
Expand All @@ -12,7 +12,7 @@ RUN curl -L --silent -o webhook.tar.gz https://github.com/adnanh/webhook
rm -rf /var/cache/apk/* && \
rm -rf /go

FROM alpine:3.10
FROM alpine:3.11
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
WORKDIR /etc/webhook
VOLUME ["/etc/webhook"]
Expand Down

0 comments on commit 6e820d3

Please sign in to comment.