Skip to content

Commit 38e46a7

Browse files
committed
Fix Docker image
1 parent 20617b5 commit 38e46a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
FROM golang:1.11-alpine as build
2-
WORKDIR $GOPATH/src/github.com/danielgtaylor/apisprout
1+
FROM golang:1.12-alpine as build
2+
WORKDIR /apisprout
33
COPY . .
44
RUN apk add --no-cache git && \
5-
go get -u github.com/golang/dep/cmd/dep && \
6-
dep ensure && \
75
go get github.com/ahmetb/govvv && \
86
govvv install
97

0 commit comments

Comments
 (0)