mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-28 07:16:01 +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>"
|
||||
|
||||
ENV REFRESHED_AT 2017-10-26
|
||||
ENV REFRESHED_AT 2017-11-02
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
@ -1,11 +1,11 @@
|
||||
# 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
|
||||
|
||||
* Node.js 6
|
||||
* npm 3
|
||||
* Node.js 8
|
||||
* npm 5
|
||||
* yarn
|
||||
* Git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user