all: prepare for release.

This commit is contained in:
Markus F.X.J. Oberhumer
2024-01-03 18:43:18 +01:00
parent a1a6d02b6f
commit 099c3d829e
7 changed files with 126 additions and 126 deletions
+1 -1
View File
@@ -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-20221212-v6
image=upx-stubtools-20221212-v7
[[ $1 == --print-image ]] && echo "$image" && exit 0
podman build -t "$image" -f "$argv0dir/Dockerfile" "$argv0dir"