Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jranson authored Dec 4, 2018
1 parent 0937b3f commit 3d66267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.9.3 as builder
FROM golang:1.11.2 as builder

COPY . /go/src/github.com/Comcast/trickster
WORKDIR /go/src/github.com/Comcast/trickster
Expand All @@ -8,7 +8,7 @@ RUN dep ensure
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -installsuffix cgo -o trickster -v github.com/Comcast/trickster


FROM alpine:3.7
FROM alpine:3.8
LABEL maintainer "The Trickster Authors <[email protected]>"

COPY --from=builder /go/src/github.com/Comcast/trickster/trickster /usr/local/bin/trickster
Expand Down

0 comments on commit 3d66267

Please sign in to comment.