misc: update misc/rebuild-stubs-with-podman to install previous UPX versions

This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-25 08:47:01 +02:00
parent e2acd666df
commit 504224696c
3 changed files with 48 additions and 16 deletions
@@ -6,7 +6,7 @@ argv0=$0; argv0abs="$(readlink -fn "$argv0")"; argv0dir="$(dirname "$argv0abs")"
# create the image from Dockerfile
# using a rootless Podman container
image=upx-stubtools-20210104-v2
image=upx-stubtools-20210104-v5
podman build -t "$image" -f "$argv0dir/Dockerfile" "$argv0dir"