From 0493edba910ec6e6f0598acb27e7578631cdfc4a Mon Sep 17 00:00:00 2001 From: Michael Hart Date: Tue, 17 May 2016 19:07:29 -0400 Subject: [PATCH] v6.2.0 full build --- Dockerfile | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 467d548f..903b4818 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 8401c972..02a5f3c6 100644 --- a/README.md +++ b/README.md @@ -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:`): - 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) @@ -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