Skip to content

Commit

Permalink
Tag alpine version and add maintainer to dockerfile (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
symm authored Jul 12, 2017
1 parent 23c65e9 commit 2785e31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM golang:alpine

LABEL maintainer="[email protected]"

RUN mkdir -p /go/src/github.com/symm/vape
COPY . /go/src/github.com/symm/vape

Expand All @@ -9,7 +11,7 @@ RUN go build
RUN go install

# Final Image
FROM alpine
FROM alpine:3.6
RUN apk add --no-cache ca-certificates
COPY --from=0 /go/bin/vape .

Expand Down

0 comments on commit 2785e31

Please sign in to comment.