Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
Dockerfile: update Go to 1.14
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislas Lange <[email protected]>
  • Loading branch information
angristan committed May 26, 2020
1 parent 3799715 commit d5e2b17
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
@@ -1,4 +1,4 @@
FROM golang:1.6
FROM golang:1.14
COPY . /go/src/github.com/scaleway/c14-cli
WORKDIR /go/src/github.com/scaleway/c14-cli
RUN go install -v ./cmd/c14
Expand Down

0 comments on commit d5e2b17

Please sign in to comment.