We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18b96a commit 270bf55Copy full SHA for 270bf55
xtask/src/util.rs
@@ -343,7 +343,7 @@ mod tests {
343
344
let root = project_dir(&mut msg_info)?;
345
let docker = root.join("docker");
346
- let path = docker.join("Dockerfile.ubuntu");
+ let path = docker.join("Dockerfile.base.ubuntu");
347
348
let dockerfile = fs::read_to_string(&path)?;
349
let lines: Vec<&str> = dockerfile.lines().collect();
0 commit comments