Skip to content
This repository was archived by the owner on Jan 15, 2023. It is now read-only.

Commit 0493edb

Browse files
committed
v6.2.0 full build
1 parent 84ccf73 commit 0493edb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM alpine:3.3
44
# ENV VERSION=v0.12.14 NPM_VERSION=2
55
# ENV VERSION=v4.4.4 NPM_VERSION=2
66
# ENV VERSION=v5.11.1 NPM_VERSION=3
7-
ENV VERSION=v6.1.0 NPM_VERSION=3
7+
ENV VERSION=v6.2.0 NPM_VERSION=3
88

99
# For base builds
1010
# ENV CONFIG_FLAGS="--without-npm" RM_DIRS=/usr/include

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Minimal Node.js Docker Images (18MB, or 6.7MB compressed)
22
---------------------------------------------------------
33

4-
Versions v6.1.0, v5.11.1, v4.4.4, v0.12.14, v0.10.45, and io.js –
4+
Versions v6.2.0, v5.11.1, v4.4.4, v0.12.14, v0.10.45, and io.js –
55
built on [Alpine Linux](https://alpinelinux.org/).
66

77
All versions use the one [mhart/alpine-node](https://hub.docker.com/r/mhart/alpine-node/) repository,
88
but each version aligns with the following tags (ie, `mhart/alpine-node:<tag>`):
99

1010
- Full install built with npm:
11-
- `latest`, `6`, `6.1`, `6.1.0`41.58 MB (npm 3.8.9)
11+
- `latest`, `6`, `6.2`, `6.2.0`45.99 MB (npm 3.9.0)
1212
- `5`, `5.11`, `5.11.1` – 39.36 MB (npm 3.8.9)
1313
- `4`, `4.4`, `4.4.4` – 36.33 MB (npm 2.15.5)
1414
- `0.12`, `0.12.14` – 32.93 MB (npm 2.15.5)
@@ -26,10 +26,10 @@ Examples
2626
--------
2727

2828
$ docker run mhart/alpine-node node --version
29-
v6.1.0
29+
v6.2.0
3030

3131
$ docker run mhart/alpine-node npm --version
32-
3.8.9
32+
3.9.0
3333

3434
$ docker run mhart/alpine-node:5 node --version
3535
v5.11.1

0 commit comments

Comments
 (0)