Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1192 from spotify/dxia/patch-1
Browse files Browse the repository at this point in the history
Update Docker version on which we test Helios
  • Loading branch information
davidxia committed Nov 20, 2017
2 parents d3d7524 + 5d18308 commit 65f3b7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
public class CliParser {

private static final String NAME_AND_VERSION = "Spotify Helios CLI " + Version.POM_VERSION;
private static final String TESTED_DOCKER_VERSION = "1.12.1";
private static final String TESTED_DOCKER_VERSION = "17.05.0-ce";
private static final String HELP_ISSUES =
"Report improvements/bugs at https://github.com/spotify/helios/issues";
private static final String HELP_WIKI =
Expand Down

0 comments on commit 65f3b7e

Please sign in to comment.