Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit aac7d21

Browse files
committed
Refresh test dependencies
1 parent a4451ed commit aac7d21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FROM ubuntu:16.04
1616

1717
MAINTAINER Arthur Barr <[email protected]>
1818

19-
ENV NODE_VERSION 6.4.0
19+
ENV NODE_VERSION 6.9.1
2020

2121
RUN export DEBIAN_FRONTEND=noninteractive \
2222
&& apt-get update -y \

test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "mq-docker-test",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Tests for the sample Docker image for IBM MQ",
55
"license": "Apache-2.0",
66
"main": "test.js",
77
"dependencies": {
88
"chai": "^3.5.0",
9-
"mocha": "^3.0.2"
9+
"mocha": "^3.1.2"
1010
},
1111
"devDependencies": {},
1212
"scripts": {

0 commit comments

Comments
 (0)