Skip to content

Commit

Permalink
Temp fix until docker hub support multi-stage builds. Setting version…
Browse files Browse the repository at this point in the history
… to v0.4.1-beta.1
  • Loading branch information
brandonvfx committed Jul 12, 2017
1 parent a68564e commit 7d55c8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ENV CGO_ENABLED 0
ENV GOOS linux
RUN go-wrapper install -a -installsuffix cgo

FROM scratch
COPY --from=0 /go/bin/app .
CMD ["/app"]
CMD ["go-wrapper", "run"]
# FROM scratch
# COPY --from=0 /go/bin/app .
# CMD ["/app"]
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0-beta.1
0.4.1-beta.1

0 comments on commit 7d55c8a

Please sign in to comment.