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

Commit

Permalink
v6.2.0 full build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart committed May 17, 2016
1 parent 84ccf73 commit 0493edb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine:3.3
# ENV VERSION=v0.12.14 NPM_VERSION=2
# ENV VERSION=v4.4.4 NPM_VERSION=2
# ENV VERSION=v5.11.1 NPM_VERSION=3
ENV VERSION=v6.1.0 NPM_VERSION=3
ENV VERSION=v6.2.0 NPM_VERSION=3

# For base builds
# ENV CONFIG_FLAGS="--without-npm" RM_DIRS=/usr/include
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Minimal Node.js Docker Images (18MB, or 6.7MB compressed)
---------------------------------------------------------

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

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

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

$ docker run mhart/alpine-node node --version
v6.1.0
v6.2.0

$ docker run mhart/alpine-node npm --version
3.8.9
3.9.0

$ docker run mhart/alpine-node:5 node --version
v5.11.1
Expand Down

0 comments on commit 0493edb

Please sign in to comment.