Bump Buildah to v1.33.1

Bump Buildah to v1.33.1 to get a CVE fix for Buildkit.
I thought it was also going to drag in the test fix as
mentioned in #20709, but I'm not seeing that here.

[NO NEW TESTS NEEDED]
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
TomSweeneyRedHat
2023-11-19 00:49:10 -05:00
parent 149d4f079a
commit ee16546227
12 changed files with 428 additions and 179 deletions

View File

@@ -377,7 +377,7 @@ func (sw *shellWord) processDollar() (string, error) {
}
// Grab the current value of the variable in question so we
// can use to to determine what to do based on the modifier
// can use it to determine what to do based on the modifier
newValue, found := sw.getEnv(name)
switch modifier {