diff --git a/package.json b/package.json index 6dcac76..1b07856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newman-docker", - "version": "2.1.0", + "version": "2.1.1", "description": "This repository contains the Dockerfiles and tests for the Newman Docker images.", "scripts": { "test": "mocha tests/*-spec.js" diff --git a/ubuntu_1404/Dockerfile b/ubuntu_1404/Dockerfile index 756c522..157cded 100644 --- a/ubuntu_1404/Dockerfile +++ b/ubuntu_1404/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ ENV NODE_VERSION 4.3.0 # Set newman version -ENV NEWMAN_VERSION 2.1.0 +ENV NEWMAN_VERSION 2.1.1 # Install node and newman RUN npm install -g n; diff --git a/ubuntu_1404/README.md b/ubuntu_1404/README.md index ec5281b..a5e7728 100644 --- a/ubuntu_1404/README.md +++ b/ubuntu_1404/README.md @@ -1,6 +1,6 @@ # newman_ubuntu1404 -This image runs newman 2.1.0 on node 4.3.0 on Ubuntu 14.04.2 +This image runs newman 2.1.1 on node 4.3.0 on Ubuntu 14.04.2 Build the image,