Skip to content

Commit

Permalink
update default base image to distroless.dev/static (ko-build#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored Aug 18, 2022
1 parent 3baf14d commit 6bda550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/options/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (

const (
// configDefaultBaseImage is the default base image if not specified in .ko.yaml.
configDefaultBaseImage = "ghcr.io/distroless/static:latest"
configDefaultBaseImage = "distroless.dev/static:latest"
)

// BuildOptions represents options for the ko builder.
Expand Down

0 comments on commit 6bda550

Please sign in to comment.