Skip to content

Commit 33bad37

Browse files
committed
typo(README.md): image is based on Ubuntu
1 parent 9970170 commit 33bad37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ creating [issues][] and submitting [pull requests][].
1010

1111
## Image Contents
1212

13-
* based on the [official Go Docker image][]
13+
* based on [Ubuntu 16.04][]
1414
* [az][]: Azure cloud command-line tool
1515
* [dep][]: Go dependency management tool
1616
* [Docker][]: Docker binaries to be able to bind mount /var/run/docker.sock in the dev environment container
1717
* [gb][]: project-based build tool for Go
1818
* [ginkgo][]: BDD testing framework for Go
1919
* [glide][]: Go dependency management tool
20-
* [go-bindata][]: converts any file into go source code
20+
* [go-bindata][]: converts any file into Go source code
2121
* [golint][]: Go source code linter
2222
* [gometalinter][]: run Go lint tools concurrently
2323
* [gox][]: simple Go cross-compiling tool
@@ -76,13 +76,13 @@ The latest deis/go-dev Docker image is available at:
7676
[jq]: https://stedolan.github.io/jq/
7777
[jwt]: https://github.com/dgrijalva/jwt-go
7878
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl-overview/
79-
[official Go Docker image]: https://hub.docker.com/_/golang/
8079
[pull requests]: https://github.com/deis/docker-go-dev/pulls
8180
[Quay.io]: https://quay.io
8281
[ruby]: https://www.ruby-lang.org/
8382
[shellcheck]: https://github.com/koalaman/shellcheck
8483
[shyaml]: https://github.com/0k/shyaml
8584
[test-cover.sh]: https://github.com/deis/docker-go-dev/tree/master/rootfs/usr/local/bin/test-cover.sh
85+
[Ubuntu 16.04]: https://hub.docker.com/_/ubuntu/
8686
[upx]: http://upx.sourceforge.net/
8787
[vim]: http://www.vim.org/
8888
[ruby]: https://www.ruby-lang.org/

0 commit comments

Comments
 (0)