From eb9b80335d39d8478eaf8fe969df1ef161dd7a38 Mon Sep 17 00:00:00 2001 From: "GSOL-PC-D25\\ikegami.t" Date: Thu, 1 Nov 2018 10:31:13 +0900 Subject: [PATCH] =?UTF-8?q?bump:=20=E3=83=99=E3=83=BC=E3=82=B9=E3=82=A4?= =?UTF-8?q?=E3=83=A1=E3=83=BC=E3=82=B8=E3=81=A8node(6=20->=208)=E3=81=AE?= =?UTF-8?q?=E3=82=A2=E3=83=83=E3=83=97=E3=82=B0=E3=83=AC=E3=83=BC=E3=83=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 10aeb2a..5e5facf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM resin/rpi-raspbian:jessie-20180801 +FROM resin/rpi-raspbian:jessie-20181024 MAINTAINER Global-solutions -ENV NODE_VERSION=6.11.1 \ +ENV NODE_VERSION=8.12.0 \ ARCH=armv7l RUN DEPS="ca-certificates curl" && \