mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-28 15:16:02 +03:00
feat: update to Node.js v8 - closes #2
This commit is contained in:
parent
d709047f92
commit
28dfcecbd8
@ -1,6 +1,6 @@
|
|||||||
FROM node:6-alpine
|
FROM node:carbon-alpine
|
||||||
LABEL maintainer "Tim Brust <tim.brust@sinnerschrader.com>"
|
LABEL maintainer "Tim Brust <tim.brust@sinnerschrader.com>"
|
||||||
|
|
||||||
ENV REFRESHED_AT 2017-10-26
|
ENV REFRESHED_AT 2017-11-02
|
||||||
|
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# Node.js with Git Dockerfile
|
# Node.js with Git Dockerfile
|
||||||
|
|
||||||
A minimal Dockerfile based on Node.js 6 LTS (Boron) branch (alpine) with Git installed.
|
A minimal Dockerfile based on Node.js 8 LTS (Carbon) alpine with Git installed.
|
||||||
|
|
||||||
## What's included
|
## What's included
|
||||||
|
|
||||||
* Node.js 6
|
* Node.js 8
|
||||||
* npm 3
|
* npm 5
|
||||||
* yarn
|
* yarn
|
||||||
* Git
|
* Git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user