Skip to content

Commit

Permalink
Bump the sdk so that we can override specific package versions (#1551)
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily authored Jun 23, 2023
1 parent 0e08fb8 commit 6c5182f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 37 deletions.
5 changes: 5 additions & 0 deletions framework-profile.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Additional common packages to be added to all the FLAVORS
## common:
## - category/name@version
#
# Apply arbitrary images (e.g. to stub a package to a specific version)
# These are applyied after the packages.
# images:
# - quay.io/kairos/packages:k9s-utils-0.27.4
flavors:
debian:
- common-packages
Expand Down
2 changes: 1 addition & 1 deletion profile-build/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module main
go 1.20

require (
github.com/kairos-io/kairos-sdk v0.0.8
github.com/kairos-io/kairos-sdk v0.0.9
github.com/urfave/cli v1.22.13
)

Expand Down
Loading

0 comments on commit 6c5182f

Please sign in to comment.