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

Commit 600ea3c

Browse files
committed
v6.2.0 base build
1 parent 0493edb commit 600ea3c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV VERSION=v6.2.0 NPM_VERSION=3
88

99
# For base builds
1010
# ENV CONFIG_FLAGS="--without-npm" RM_DIRS=/usr/include
11-
# ENV CONFIG_FLAGS="--fully-static --without-npm" DEL_PKGS="libgcc libstdc++" RM_DIRS=/usr/include
11+
ENV CONFIG_FLAGS="--fully-static --without-npm" DEL_PKGS="libgcc libstdc++" RM_DIRS=/usr/include
1212

1313
RUN apk add --no-cache curl make gcc g++ python linux-headers paxctl libgcc libstdc++ gnupg && \
1414
gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B && \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ but each version aligns with the following tags (ie, `mhart/alpine-node:<tag>`):
1414
- `0.12`, `0.12.14` – 32.93 MB (npm 2.15.5)
1515
- `0.10`, `0.10.45` – 28.38 MB (npm 2.15.5)
1616
- Base install with node built as a static binary with no npm:
17-
- `base`, `base-6`, `base-6.1`, `base-6.1.0`29.54 MB
17+
- `base`, `base-6`, `base-6.2`, `base-6.2.0`35.07 MB
1818
- `base-5`, `base-5.11`, `base-5.11.1` – 27.63 MB
1919
- `base-4`, `base-4.4`, `base-4.4.4` – 27.23 MB
2020
- `base-0.12`, `base-0.12.14` – 24.14 MB
@@ -38,7 +38,7 @@ Examples
3838
v4.4.4
3939

4040
$ docker run mhart/alpine-node:base node --version
41-
v6.1.0
41+
v6.2.0
4242

4343
$ docker run mhart/alpine-node:base-0.10 node --version
4444
v0.10.45

0 commit comments

Comments
 (0)