Skip to content

Commit 0d5f7c0

Browse files
committed
Merge pull request #374 from uProxy/trevj-slug
go back to the docker slug
2 parents 2694de7 + 9a2f9ce commit 0d5f7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/digitalocean/provisioner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const POLL_TIMEOUT: number = 5000; //milliseconds
1414
// console.log('available images: ' + JSON.stringify(resp, undefined, 2));
1515
// });
1616
const DEFAULT_REGION: string = 'nyc1';
17-
const DEFAULT_IMAGE: string = 'ubuntu-14-04-x64';
17+
const DEFAULT_IMAGE: string = 'docker';
1818
const DEFAULT_SIZE: string = '1gb';
1919

2020
const STATUS_CODES: { [k: string]: string; } = {

0 commit comments

Comments
 (0)