]> cat aescling's git repositories - mastodon.git/commitdiff
Revert "Updated ruby/node images" (#8712)
authorashleyhull-versent <ashley.hull@versent.com.au>
Mon, 17 Sep 2018 12:55:48 +0000 (22:55 +1000)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 17 Sep 2018 12:55:48 +0000 (14:55 +0200)
* Revert "update vagrant configs (#8706)"

This reverts commit 8971bb8cf29ce940345cf306725dd3f71e8ffded.

* Revert "Updated ruby/node images (#8700)"

This reverts commit 5aae71cf60ba436579e61a330d9cb5d9807ccdd2.

Dockerfile

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