Skip to content

Commit

Permalink
Merge pull request #33 from moul/renovate/docker-all
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.12
  • Loading branch information
moul authored Mar 30, 2019
2 parents c3ed5bb + 9442257 commit 5902d39
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.12
COPY . /go/src/github.com/moul/number-to-words
WORKDIR /go/src/github.com/moul/number-to-words
RUN make
Expand Down

0 comments on commit 5902d39

Please sign in to comment.