mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 02:01:58 +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 pipefail
|
||||||
set -o nounset
|
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
|
if [[ $# -ne 1 ]]; then echo "ERROR: missing package name" 1>&2; exit 1; fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user