Skip to content

Commit

Permalink
snapcraft.yaml: set assumes to snapd 2.62
Browse files Browse the repository at this point in the history
The new unconfined-mode attribute for the lxd-support interface is
only available in snapd 2.62 so ensure we depend on this version
of snapd.

Signed-off-by: Alex Murray <alex.murray@canonical.com>
  • Loading branch information
alexmurray committed Mar 13, 2024
1 parent cf8def4 commit cac7a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: lxd
base: core22
assumes:
- snapd2.61
- snapd2.62
version: git
grade: devel
summary: LXD - container and VM manager
Expand Down

0 comments on commit cac7a68

Please sign in to comment.