dagger lock update [SELECTOR...]
Author: shykesCreated Sep 17, 2026Updated Sep 17, 2026
Problem
- No dedicated subcommand for managing the lockfile.
- Can't select a specific lockfile entry to update
- Can't dry-run update to show what would be updated
Solution
dagger ws updatemoves todagger lock updatesince there can be multiple lock files per workspace.lock updateallows selecting which entries of the lockfile to updatelock update --dry-runprint entries that would be updated, without updating them
Source: dagger/dagger