Skip to content

Commit

Permalink
default to jammy latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dskiff committed Apr 27, 2024
1 parent a428d33 commit 46aa1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

type BuildCmd struct {
BaseRef string `short:"b" help:"Base image reference" env:"TKO_BASE_IMAGE" default:"cgr.dev/chainguard/static:latest"`
BaseRef string `short:"b" help:"Base image reference" env:"TKO_BASE_IMAGE" default:"ubuntu:jammy@latest"`

Platform string `short:"p" help:"Platform to build for" env:"TKO_PLATFORM" default:"linux/amd64"`

Expand Down

0 comments on commit 46aa1b0

Please sign in to comment.