Skip to content

Commit 85a895a

Browse files
committed
change docker config url to align with new domain
1 parent 74ace2a commit 85a895a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { platformForId } = require('../lib/platform');
1515

1616
const _ = require('lodash');
1717

18-
const DOCKER_CONFIG_URL = 'https://tachyon-ci.particle.io/alpha-assets/2ea71ce0afce170affb38d162a1e3460.json';
18+
const DOCKER_CONFIG_URL = 'https://linux-dist.particle.io/alpha-assets/2ea71ce0afce170affb38d162a1e3460.json';
1919
const PARTICLE_ENV_FILE = '.particle_env.yaml';
2020

2121
module.exports = class AppCommands extends CLICommandBase {

0 commit comments

Comments
 (0)