Skip to content

Commit

Permalink
Merge pull request #374 from uProxy/trevj-slug
Browse files Browse the repository at this point in the history
go back to the docker slug
  • Loading branch information
trevj committed Mar 30, 2016
2 parents 2694de7 + 9a2f9ce commit 0d5f7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud/digitalocean/provisioner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const POLL_TIMEOUT: number = 5000; //milliseconds
// console.log('available images: ' + JSON.stringify(resp, undefined, 2));
// });
const DEFAULT_REGION: string = 'nyc1';
const DEFAULT_IMAGE: string = 'ubuntu-14-04-x64';
const DEFAULT_IMAGE: string = 'docker';
const DEFAULT_SIZE: string = '1gb';

const STATUS_CODES: { [k: string]: string; } = {
Expand Down

0 comments on commit 0d5f7c0

Please sign in to comment.