Skip to content

Commit

Permalink
Update to alpine-3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr committed Dec 8, 2017
1 parent b0bafbd commit 10fa049
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM alpine:3.2

RUN apk --update add bash jq curl && \
rm -rf /var/cache/apk/*

COPY go-apish /
FROM alpine:3.7

RUN apk --no-cache add bash jq curl
COPY go-apish /go-apish
CMD ["/go-apish"]

0 comments on commit 10fa049

Please sign in to comment.