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

Commit

Permalink
Merge pull request #31 from postmanlabs/feature/newman-v3.1.0
Browse files Browse the repository at this point in the history
Updated newman version to 3.1.0
  • Loading branch information
elssar committed Aug 26, 2016
2 parents d3c6daa + bd6f5c8 commit 9ddcddf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion images/alpine33/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV NODE_VERSION 4.3.0
RUN apk add --update nodejs=${NODE_VERSION}-r0;

# Set newman version
ENV NEWMAN_VERSION 3.0.1
ENV NEWMAN_VERSION 3.1.0

# Install newman
RUN npm install -g newman@${NEWMAN_VERSION};
Expand Down
4 changes: 2 additions & 2 deletions images/alpine33/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# newman_alpine33

This image runs newman 3.0.1 on node 4.3.0 on Alpine 3.3
This image runs newman 3.1.0 on node 4.3.0 on Alpine 3.3

Build the image,

Expand All @@ -11,7 +11,7 @@ docker build -t postman/newman_alpine33 .
Or get it from [docker hub](https://registry.hub.docker.com/u/postman/newman_alpine33/)

```terminal
docker pull postman/newman_alpine33:3.0.1
docker pull postman/newman_alpine33:3.1.0
```

then run it
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu1404/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN npm install -g n;
RUN n ${NODE_VERSION};

# Set newman version
ENV NEWMAN_VERSION 3.0.1
ENV NEWMAN_VERSION 3.1.0

# Install newman
RUN npm install -g newman@${NEWMAN_VERSION};
Expand Down
4 changes: 2 additions & 2 deletions images/ubuntu1404/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# newman_ubuntu1404

This image runs newman 3.0.1 on node 4.3.0 on Ubuntu 14.04.2
This image runs newman 3.1.0 on node 4.3.0 on Ubuntu 14.04.2

Build the image,

Expand All @@ -11,7 +11,7 @@ docker build -t postman/newman_ubuntu1404 .
Or get it from [docker hub](https://registry.hub.docker.com/u/postman/newman_ubuntu1404/)

```terminal
docker pull postman/newman_ubuntu1404:3.0.1
docker pull postman/newman_ubuntu1404:3.1.0
```

then run it
Expand Down

0 comments on commit 9ddcddf

Please sign in to comment.