Skip to content

Commit

Permalink
Merge pull request #1779 from shipwright-io/moby/buildkit
Browse files Browse the repository at this point in the history
Bump moby/buildkit from 0.18.2 to 0.19.0
  • Loading branch information
SaschaSchwarze0 authored Jan 23, 2025
2 parents 5f31002 + 754bd90 commit cb3e684
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/buildstrategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ spec:
steps:
...
- name: build-and-push
image: moby/buildkit:v0.18.2-rootless
image: moby/buildkit:v0.19.0-rootless
imagePullPolicy: Always
workingDir: $(params.shp-source-root)
...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
defaults: []
buildSteps:
- name: build-and-push
image: moby/buildkit:v0.18.2-rootless
image: moby/buildkit:v0.19.0-rootless
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
default: ""
steps:
- name: build-and-push
image: moby/buildkit:v0.18.2-rootless
image: moby/buildkit:v0.19.0-rootless
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: true
Expand Down

0 comments on commit cb3e684

Please sign in to comment.