Skip to content

Commit

Permalink
Merge pull request #7 from Global-Solutions/bump/v8.12.0
Browse files Browse the repository at this point in the history
bump: ベースイメージとnode(6 -> 8)のアップグレード
  • Loading branch information
kazuaki90997 authored Nov 1, 2018
2 parents 45fdd6c + eb9b803 commit 1d6bc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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" && \
Expand Down

0 comments on commit 1d6bc99

Please sign in to comment.