feat: update to Node.js v8 - closes #2

This commit is contained in:
Tim Brust 2017-11-02 12:18:31 +01:00
parent d709047f92
commit 28dfcecbd8
No known key found for this signature in database
GPG Key ID: C171AF8F3B0A86B3
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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