1
0
mirror of https://github.com/rlister/dockerfiles.git synced 2025-12-12 17:26:15 +00:00

Merge pull request #6 from williamboman/hastebin-node-6

hastebin: use node:6
This commit is contained in:
Ric Lister
2016-07-16 12:46:07 -04:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM node:5.4
FROM node:6
MAINTAINER Ric Lister, rlister@gmail.com