Skip to content

Commit b33833f

Browse files
author
Sylvain Fraïssé
committed
refactor: update the Dockerfile image base
Use the image which allows no source file
1 parent b4f4fa5 commit b33833f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM techio/maven3-builder:1.3
1+
FROM techio/maven3-builder:1.4
22

33
ENV TECHIO_RUN_DIR /project/answer
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
First, this runner compiles the project and generate all jars (project + dependencies).
44

5-
At each play, it compiles user's answer using `javac` and run the specified testcase using junit4.
5+
At each play, it compiles user's answer using `javac` and run the specified testcase using junit4.
66

77

88
# How to Use
99

1010
To use this runner for your project, edit the `codingame.yml` file and add the following lines to your project:
1111

12-
runner: techio/java-maven3-junit4-runner:1.1.3-java-8
12+
runner: techio/java-maven3-junit4-runner:1.1.4-java-8
1313

1414
## Example
1515

0 commit comments

Comments
 (0)