Skip to content

Commit 842e6e0

Browse files
committed
Documentation update
1 parent 77cdab3 commit 842e6e0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ Cross-compilation C unit testing environment with Unity, CMock, and Ceedling.
33

44
## Contents
55
* Testing tools
6-
* [Ceedling](http://www.throwtheswitch.org/ceedling) 0.29.1
7-
* [CMock](http://www.throwtheswitch.org/cmock) 2.5.1
8-
* [Unity](http://www.throwtheswitch.org/unity) 2.5.0
6+
* [Ceedling](http://www.throwtheswitch.org/ceedling) 0.30.0
7+
* [CMock](http://www.throwtheswitch.org/cmock) 2.5.2
8+
* [Unity](http://www.throwtheswitch.org/unity) 2.5.1
99
* C support
1010
* [CException](http://www.throwtheswitch.org/cexception) 1.3.2
11-
* [libc-dev 0.7.1](https://pkgs.alpinelinux.org/package/v3.8/main/x86/libc-dev)
11+
* [libc-dev 0.7.2](https://pkgs.alpinelinux.org/package/v3.11/main/x86/libc-dev)
1212
* Environment
13-
* [coreutils 8.29](https://pkgs.alpinelinux.org/package/v3.8/main/x86/coreutils)
14-
* gcc 6.4.0
15-
* gcov 6.4.0
16-
* valgrind 3.13.0
17-
* Ruby 2.4.5
13+
* [coreutils 8.31](https://pkgs.alpinelinux.org/package/v3.11/main/x86/coreutils)
14+
* gcc 9.2.0
15+
* gcov 9.2.0
16+
* valgrind 3.15.0
17+
* Ruby 2.7.1
1818

1919
## Usage
2020
`docker run -it --rm -v <local project path>:/project throwtheswitch/madsciencelab[:tag]`

0 commit comments

Comments
 (0)