Updated docker image tag

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2021-02-23 11:52:11 +01:00
parent ba6c9e56aa
commit 5886e37f99

View File

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