Skip to content

Commit

Permalink
bump go/alpine versions
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ranson committed May 22, 2020
1 parent 85d5c2b commit 6848dd4
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,13 +1,13 @@
ARG IMAGE_ARCH=amd64

FROM golang:1.13.8 as builder
FROM golang:1.14.3 as builder
COPY . /go/src/github.com/Comcast/trickster
WORKDIR /go/src/github.com/Comcast/trickster

ARG GOARCH=amd64
RUN GOOS=linux GOARCH=${GOARCH} CGO_ENABLED=0 make build

FROM ${IMAGE_ARCH}/alpine:3.11.3
FROM ${IMAGE_ARCH}/alpine:3.11.6
LABEL maintainer "The Trickster Authors <trickster-developers@googlegroups.com>"

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

0 comments on commit 6848dd4

Please sign in to comment.