Updated docker build

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2022-06-18 15:57:37 +02:00
parent ff93c47930
commit e95e8496a7

View File

@ -4,7 +4,7 @@ set -o errexit
set -o pipefail
set -o nounset
IMAGE_NAME="sutoj/piler:1.3.11"
IMAGE_NAME="sutoj/piler:1.3.12"
if [[ $# -ne 1 ]]; then echo "ERROR: missing package name" 1>&2; exit 1; fi