Skip to content

Commit

Permalink
chore(deps): update soci version to v0.9.0 (#1282)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 authored Feb 11, 2025
1 parent b015c66 commit 70703cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/config/lima_config_applier.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
)

const (
sociVersion = "0.7.0"
sociAMD64Sha256Sum = "8766cdd479272dcc86299e70a0f7a9343f940c98285c1491bb3c3cdc05b26f47"
sociARM64Sha256Sum = "731d846b0884840feeba5dcc0f10d0b326d843d991b2ba1bee7ad2c90c225032"
sociVersion = "0.9.0"
sociAMD64Sha256Sum = "deff4c4d5aeaf88cf658f487dbde800e4073f4714d55c36d20bd8097350173c9"
sociARM64Sha256Sum = "836922af9284923934bcbd0e721fe6218d3acbe1c3ab150f5adca1f89496a276"
snapshotterProvisioningScriptHeader = "# snapshotter provisioning script"
sociInstallationProvisioningScriptHeader = snapshotterProvisioningScriptHeader + ": soci"
sociFileNameFormat = "soci-snapshotter-%s-linux-%s.tar.gz"
Expand Down

0 comments on commit 70703cd

Please sign in to comment.