Skip to content

Commit

Permalink
Merge pull request #1064 from SaschaSchwarze0/sascha-update-buildah
Browse files Browse the repository at this point in the history
Update BuildAh to 1.23.3
  • Loading branch information
openshift-merge-robot authored May 19, 2022
2 parents 7cd0534 + 49d2214 commit 1351430
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 @@ -900,7 +900,7 @@ metadata:
spec:
buildSteps:
- name: build
image: quay.io/containers/buildah:v1.23.1
image: quay.io/containers/buildah:v1.23.3
workingDir: $(params.shp-source-root)
command:
- buildah
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
buildSteps:
- name: build-and-push
image: quay.io/containers/buildah:v1.23.1
image: quay.io/containers/buildah:v1.23.3
workingDir: $(params.shp-source-root)
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: s2i
mountPath: /s2i
- name: buildah
image: quay.io/containers/buildah:v1.23.1
image: quay.io/containers/buildah:v1.23.3
workingDir: /s2i
securityContext:
privileged: true
Expand Down

0 comments on commit 1351430

Please sign in to comment.