Skip to content

Commit

Permalink
Update Go version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
weeco authored Jul 6, 2020
1 parent e3fc1bb commit 74efd7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build image
FROM golang:1.13-alpine as builder
FROM golang:1.14-alpine as builder
RUN apk update && apk add git ca-certificates

WORKDIR /app
Expand All @@ -11,5 +11,5 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o /go/
FROM scratch
COPY --from=builder /go/bin/kube-eagle /go/bin/kube-eagle

ENV VERSION 1.1.3
ENV VERSION 1.1.4
ENTRYPOINT ["/go/bin/kube-eagle"]

0 comments on commit 74efd7e

Please sign in to comment.