From 5e67dc2ca120dde691eee0d226632618a2a5cbc9 Mon Sep 17 00:00:00 2001 From: Shunpoco Date: Mon, 7 Oct 2019 00:18:16 +0900 Subject: [PATCH] =?UTF-8?q?boron=E5=8F=A4=E9=81=8E=E3=81=8E=E3=83=AF?= =?UTF-8?q?=E3=83=AD=E3=82=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15fc6a3..afbd347 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:boron +FROM node:dubnium RUN npm install -g firebase-tools