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 #91 from postmanlabs/feature/3.9.2
Browse files Browse the repository at this point in the history
Bumped Newman version to v3.9.2
  • Loading branch information
elssar committed Mar 12, 2018
2 parents 29c81e3 + 9440986 commit 7c0c14c
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
Expand Up @@ -13,7 +13,7 @@ ENV LANGUAGE en_US.UTF-8
RUN apk add --update nodejs=${NODE_VERSION}-r1;

# Set newman version
ENV NEWMAN_VERSION 3.9.1
ENV NEWMAN_VERSION 3.9.2

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

This image runs newman 3.9.1 on node 4.3.0 on Alpine 3.3
This image runs newman 3.9.2 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.9.1
docker pull postman/newman_alpine33:3.9.2
```

Then run it:
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu1404/Dockerfile
Expand Up @@ -21,7 +21,7 @@ RUN npm install -g n;
RUN n ${NODE_VERSION};

# Set newman version
ENV NEWMAN_VERSION 3.9.1
ENV NEWMAN_VERSION 3.9.2

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

This image runs newman 3.9.1 on node 4.3.0 on Ubuntu 14.04.2
This image runs newman 3.9.2 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.9.1
docker pull postman/newman_ubuntu1404:3.9.2
```

then run it
Expand Down

0 comments on commit 7c0c14c

Please sign in to comment.