Skip to content

Commit

Permalink
Updates the tiny image that is pulled
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt committed Sep 12, 2023
1 parent 8f9e411 commit 7efe778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"go-dist": "github.com/paketo-buildpacks/go-dist",
"watchexec": "github.com/paketo-buildpacks/watchexec",
"tiny-builder": "paketobuildpacks/builder:tiny",
"tiny-run-image": "index.docker.io/paketobuildpacks/run:tiny-cnb"
"tiny-builder": "paketobuildpacks/builder-jammy-buildpackless-tiny",
"tiny-run-image": "index.docker.io/paketobuildpacks/run-jammy-tiny"
}
2 changes: 1 addition & 1 deletion integration/default_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func testDefault(t *testing.T, context spec.G, it spec.S) {
settings.Buildpacks.GoDist.Online,
settings.Buildpacks.GoBuild.Online,
).
WithBuilder("paketobuildpacks/builder:tiny").
WithBuilder("paketobuildpacks/builder-jammy-buildpackless-tiny").
WithEnv(map[string]string{
"BP_LIVE_RELOAD_ENABLED": "true",
}).
Expand Down

0 comments on commit 7efe778

Please sign in to comment.