Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Merge branch 'release/v2.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
elssar committed Jun 15, 2016
2 parents 8a9ea56 + ab2c558 commit 8f3b19a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu_1404/Dockerfile
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion 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,

Expand Down

0 comments on commit 8f3b19a

Please sign in to comment.