docker/build.sh in fluent-plugin-k8s-metrics-agg-1.1.5 vs docker/build.sh in fluent-plugin-k8s-metrics-agg-1.1.6

- old
+ new

@@ -1,9 +1,8 @@ #!/usr/bin/env bash set -e TAG=$1 -NODEJS_VERSION=14.15.1 # Install dependecies gem install bundler bundle update --bundler bundle install @@ -15,6 +14,6 @@ # Build Docker Image VERSION=`cat VERSION` echo "Copying licenses to be included in the docker image..." mkdir -p docker/licenses cp -rp LICENSE docker/licenses/ -docker build --no-cache --pull --build-arg VERSION=$VERSION --build-arg NODEJS_VERSION=$NODEJS_VERSION --no-cache -t splunk/k8s-metrics-aggr:$TAG ./docker +docker build --no-cache --pull --build-arg VERSION=$VERSION --no-cache -t splunk/k8s-metrics-aggr:$TAG ./docker