Skip to content

Commit 9586852

Browse files
authored
Merge pull request #3 from TechDotIO/change-gcc-version
update(gcc): version 7.1
2 parents 4c37417 + 46a67cb commit 9586852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from gcc:6.3
1+
FROM gcc:7.1
22

33
COPY entrypoint.sh /
44
COPY build.sh /project/build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a C/C++ runner for CMake projects (based on GCC).
55
## How to Use it
66

77
```yaml
8-
runner: techio/cmake-gcc-runner:1.1.0-gcc-6.3
8+
runner: techio/cmake-gcc-runner:1.1.0-gcc-7.1
99
```
1010
1111
Your project will be compiled one with:

0 commit comments

Comments
 (0)