mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 21:41:59 +01:00
Updated docker build
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
ff93c47930
commit
e95e8496a7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user