Skip to content

Commit

Permalink
Merge pull request #3 from TechDotIO/change-gcc-version
Browse files Browse the repository at this point in the history
update(gcc): version 7.1
  • Loading branch information
JeanDamien authored Aug 9, 2017
2 parents 4c37417 + 46a67cb commit 9586852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from gcc:6.3
FROM gcc:7.1

COPY entrypoint.sh /
COPY build.sh /project/build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a C/C++ runner for CMake projects (based on GCC).
## How to Use it

```yaml
runner: techio/cmake-gcc-runner:1.1.0-gcc-6.3
runner: techio/cmake-gcc-runner:1.1.0-gcc-7.1
```
Your project will be compiled one with:
Expand Down

0 comments on commit 9586852

Please sign in to comment.