Skip to content

Commit 75ff452

Browse files
committed
feat(node): update all node versions
1 parent 4e88c5a commit 75ff452

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ services:
77
env:
88
matrix:
99
- env:
10-
VERSION: '9.2.0'
10+
VERSION: '9.11.1'
1111
- env:
12-
VERSION: '8.9.1'
12+
VERSION: '8.11.1'
1313
- env:
14-
VERSION: '6.12.0'
14+
VERSION: '6.14.1'
1515
- env:
16-
VERSION: '4.8.6'
16+
VERSION: '4.9.1'
1717

1818
install:
1919
- docker build -t "lgatica/node-zmq:$VERSION" "$VERSION"

4.8.6/Dockerfile renamed to 4.9.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:4.8.6-alpine@sha256:e9a87f93b97715a17fa8ff7558c4aefab538842d8002e9f6415f848d85f83099
1+
FROM node:4.9.1-alpine@sha256:0fab48331a2d36c8545d44b6181311c47b08a8ecd2f37863c5679b0cf86cb18b
22

33
LABEL maintainer "Leonardo Gatica <[email protected]>"
44

4.8.6/onbuild/Dockerfile renamed to 4.9.1/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lgatica/node-zmq:4.8.6@sha256:b93e6d6a8130c6cb59a340a485acfafff6beb444eba3a9e8e1cf167f5fe3a9b0
1+
FROM lgatica/node-zmq:4.9.1@sha256:f29a258eacc746764933cfad88262375fb1d45affb473008f5b8554211837144
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app
File renamed without changes.

6.12.0/onbuild/Dockerfile renamed to 6.14.1/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lgatica/node-zmq:6.12.0@sha256:166d677492c865da11e737153c26efaf98ed0bfa98fef882837d447fcf7d6bbb
1+
FROM lgatica/node-zmq:6.14.1@sha256:3f023a971cbcfc4f5eebdb92312890c90d51c02186f55b65a1b5d1da9965b492
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app
File renamed without changes.

9.2.0/onbuild/Dockerfile renamed to 8.11.1/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lgatica/node-zmq:9.2.0@sha256:317126038942603c11388a881161a4a228faf84362b1b0b42f9f9f7ee3c901a2
1+
FROM lgatica/node-zmq:8.11.1@sha256:9ffabfe6537c6754455801d5a910aa116cab43498e9accd4c5269eadd5321efb
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app
File renamed without changes.

8.9.1/onbuild/Dockerfile renamed to 9.11.1/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lgatica/node-zmq:8.9.1@sha256:216e4f33e087e7a3ff37925cb485ae0fc0413f5f82b464679dbdaf903e43fa50
1+
FROM lgatica/node-zmq:9.11.1@sha256:a01a25610eadc55f5eb73c86d518732c3bf269f390f00a6d44ef512f6a954ca3
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
99
Supported tags and respective Dockerfile links
1010

11-
- 9.2.0, 9.2, 9, latest ([9.2/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/9.2.0/Dockerfile))
12-
- 9.2.0-onbuild, 9.2-onbuild, 9-onbuild, onbuild ([9.2/onbuild/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/9.2.0/onbuild/Dockerfile))
13-
- 8.9.1, 8.9, 8 ([8.9/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/8.9.1/Dockerfile))
14-
- 8.9.1-onbuild, 8.9-onbuild, 8-onbuild ([8.9/onbuild/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/8.9.1/onbuild/Dockerfile))
15-
- 6.12.0, 6.12, 6 ([6.12/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/6.12.0/Dockerfile))
16-
- 6.12.0-onbuild, 6.12-onbuild, 6-onbuild ([6.12/onbuild/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/6.12.0/onbuild/Dockerfile))
17-
- 4.8.6, 4.8, 4 ([4.8/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/4.8.6/Dockerfile))
18-
- 4.8.6-onbuild, 4.8-onbuild, 4-onbuild ([4.8/onbuild/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/4.8.6/onbuild/Dockerfile))
11+
- 9.11.1, 9.11, 9, latest ([9.11/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/9.11.1/Dockerfile))
12+
- 9.11.1-onbuild, 9.11-onbuild, 9-onbuild, onbuild ([9.11/onbuild/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/9.11.1/onbuild/Dockerfile))
13+
- 8.11.1, 8.11, 8 ([8.11/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/8.11.1/Dockerfile))
14+
- 8.11.1-onbuild, 8.11-onbuild, 8-onbuild ([8.11/onbuild/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/8.11.1/onbuild/Dockerfile))
15+
- 6.14.1, 6.14, 6 ([6.14/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/6.14.1/Dockerfile))
16+
- 6.14.1-onbuild, 6.14-onbuild, 6-onbuild ([6.14/onbuild/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/6.14.1/onbuild/Dockerfile))
17+
- 4.9.1, 4.9, 4 ([4.9/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/4.9.1/Dockerfile))
18+
- 4.9.1-onbuild, 4.9-onbuild, 4-onbuild ([4.9/onbuild/Dockerfile](https://github.com/lgaticaq/node-zmq/blob/master/4.9.1/onbuild/Dockerfile))
1919

2020
## Create a Dockerfile in your Node.js app project
2121
```dockerfile

0 commit comments

Comments
 (0)