Skip to content

Commit

Permalink
Merge pull request #10 from CodinGame/update-parent-version
Browse files Browse the repository at this point in the history
Update the docker parent version
  • Loading branch information
Sy1v4in authored Mar 13, 2017
2 parents b819561 + beb2292 commit 81bb4ea
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 codingame/maven3-builder:1.0
FROM codingame/maven3-builder:1.1

# Copy files
COPY target/java-maven3-junit4-runner-0.0.1-SNAPSHOT-jar-with-dependencies.jar /usr/src/codingame/junit-runner/junit-runner.jar
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To use this runner for your project, edit the `codingame.yml` file and add the f

runner:
name: codingame/java-maven3-junit4-runner
version: 1.1.0-java-8
version: 1.1.1-java-8

## Example

Expand Down

0 comments on commit 81bb4ea

Please sign in to comment.