Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Schneppenheim committed Oct 31, 2019
1 parent 7ee157b commit 3b9b78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
ENV VERSION 1.1.3
ENTRYPOINT ["/go/bin/kube-eagle"]

0 comments on commit 3b9b78f

Please sign in to comment.