Skip to content

Commit

Permalink
refactor: update the Dockerfile image base
Browse files Browse the repository at this point in the history
Use the image which allows no source file
  • Loading branch information
Sylvain Fraïssé committed Jun 5, 2017
1 parent b4f4fa5 commit b33833f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM techio/maven3-builder:1.3
FROM techio/maven3-builder:1.4

ENV TECHIO_RUN_DIR /project/answer

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

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

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


# How to Use

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

runner: techio/java-maven3-junit4-runner:1.1.3-java-8
runner: techio/java-maven3-junit4-runner:1.1.4-java-8

## Example

Expand Down

0 comments on commit b33833f

Please sign in to comment.