We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c37417 + 46a67cb commit 9586852Copy full SHA for 9586852
Dockerfile
@@ -1,4 +1,4 @@
1
-from gcc:6.3
+FROM gcc:7.1
2
3
COPY entrypoint.sh /
4
COPY build.sh /project/build
README.md
@@ -5,7 +5,7 @@ This is a C/C++ runner for CMake projects (based on GCC).
5
## How to Use it
6
7
```yaml
8
-runner: techio/cmake-gcc-runner:1.1.0-gcc-6.3
+runner: techio/cmake-gcc-runner:1.1.0-gcc-7.1
9
```
10
11
Your project will be compiled one with:
0 commit comments