Skip to content

Commit

Permalink
fix: change pinned version to one that works
Browse files Browse the repository at this point in the history
  • Loading branch information
renzodavid9 committed Oct 17, 2023
1 parent 9240141 commit f491ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/dev-journey-buildpacks/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
artifacts:
- image: skaffold-buildpacks
buildpacks:
builder: "gcr.io/buildpacks/builder:v1@sha256:7e9a944a4e0152070d2fe93cb6f001918f9bf0e1cdb2d4e70a5c10ba34f023bd"
builder: "gcr.io/buildpacks/builder:v1@sha256:02184966ed76b37279e4d263be2927dc070699ac24d8499f7e7a9f221689dd6d"
trustBuilder: true
env:
- GOOGLE_RUNTIME_VERSION=8
Expand Down
2 changes: 1 addition & 1 deletion integration/examples/dev-journey-buildpacks/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
artifacts:
- image: skaffold-buildpacks
buildpacks:
builder: "gcr.io/buildpacks/builder:v1@sha256:7e9a944a4e0152070d2fe93cb6f001918f9bf0e1cdb2d4e70a5c10ba34f023bd"
builder: "gcr.io/buildpacks/builder:v1@sha256:02184966ed76b37279e4d263be2927dc070699ac24d8499f7e7a9f221689dd6d"
trustBuilder: true
env:
- GOOGLE_RUNTIME_VERSION=8
Expand Down

0 comments on commit f491ba8

Please sign in to comment.