fix(Justfile): Bump latest to 41

Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev>
This commit is contained in:
RJ Sampson 2024-12-21 17:03:05 -07:00
parent 92af11bcc8
commit 11ea1f5a4a
Failed to extract signature

View File

@ -1,6 +1,6 @@
export project_root := `git rev-parse --show-toplevel`
export git_branch := ` git branch --show-current`
export latest := "40"
export latest := "41"
export default_image := "kinoite"
export default_target := "bazzite"