Skip to content

Commit

Permalink
fix base image
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Jan 26, 2024
1 parent 987cc16 commit 734a0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/framework_recipe.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# image will be published to ghcr.io/<user>/<name>
name: uhypr
# description will be included in the image's metadata
description: custom sway image for framework laptop
description: custom sway image for framework laptop.

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/main
base-image: ghcr.io/ublue-os/base-main
image-version: latest # latest is also supported if you want new updates ASAP

# module configuration, executed in order
Expand Down

0 comments on commit 734a0e8

Please sign in to comment.