]> cat aescling's git repositories - mastodon.git/commitdiff
Dockerfile: update Node to 8.12.0 and put Ruby on Alpine 3.7 for build system memory...
authorIsatis <515462+Reverite@users.noreply.github.com>
Thu, 4 Oct 2018 13:37:31 +0000 (06:37 -0700)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 4 Oct 2018 13:37:31 +0000 (15:37 +0200)
Dockerfile

index b85d050476b691efb05cf26550a86905f63dfedb..6a1e8776cc50d51ff98d39d93e4e1d754b20edda 100644 (file)
@@ -1,5 +1,5 @@
-FROM node:8.11.3-alpine as node
-FROM ruby:2.4.4-alpine3.6
+FROM node:8.12.0-alpine as node
+FROM ruby:2.4.4-alpine3.7
 
 LABEL maintainer="https://github.com/tootsuite/mastodon" \
       description="Your self-hosted, globally interconnected microblogging community"