From: Isatis <515462+Reverite@users.noreply.github.com> Date: Sun, 16 Dec 2018 04:50:09 +0000 (-0800) Subject: Dockerfile: Nodejs 8.12 -> 8.14 (#9532) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=5f0d3e8bad361acf80633479c89b52efddc14a27;p=mastodon.git Dockerfile: Nodejs 8.12 -> 8.14 (#9532) --- diff --git a/Dockerfile b/Dockerfile index 9c53b4145..11fc17d36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.12.0-alpine as node +FROM node:8.14.0-alpine as node FROM ruby:2.4.5-alpine3.8 LABEL maintainer="https://github.com/tootsuite/mastodon" \