fix(deps): update module github.com/openshift/imagebuilder to v1.2.10

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-03 21:26:36 +00:00
committed by GitHub
parent 02983c3d58
commit 6e4d7c7159
5 changed files with 9 additions and 5 deletions

View File

@ -372,6 +372,10 @@ func workdir(b *Builder, args []string, attributes map[string]bool, flagArgs []s
workdir = filepath.Join(string(os.PathSeparator), current, workdir)
}
if workdir != string(os.PathSeparator) {
workdir = strings.TrimSuffix(workdir, string(os.PathSeparator))
}
b.RunConfig.WorkingDir = workdir
return nil
}

View File

@ -12,7 +12,7 @@
#
%global golang_version 1.19
%{!?version: %global version 1.2.9}
%{!?version: %global version 1.2.10}
%{!?release: %global release 1}
%global package_name imagebuilder
%global product_name Container Image Builder