Skip to content

Commit

Permalink
- update alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
almir committed Oct 31, 2018
1 parent 5277667 commit 270b4a6
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.7 AS build
FROM golang:alpine3.8 AS build
MAINTAINER Almir Dzinovic <almir@dzinovic.net>
WORKDIR /go/src/github.com/adnanh/webhook
ENV WEBHOOK_VERSION 2.6.8
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.7
FROM alpine:3.8
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
VOLUME ["/etc/webhook"]
EXPOSE 9000
Expand Down

0 comments on commit 270b4a6

Please sign in to comment.