diff options
author | Isatis <515462+Reverite@users.noreply.github.com> | 2018-10-04 06:37:31 -0700 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-04 15:37:31 +0200 |
commit | 49b182cd5134f45ca825ae62d869bbb28d3c9266 (patch) | |
tree | a7ff7a4360bedf19dcf7cc79ed7d9498568c7890 | |
parent | da8abef56d5af3b3c706c939fc9f1595d6c215f2 (diff) |
Dockerfile: update Node to 8.12.0 and put Ruby on Alpine 3.7 for build system memory help (#8842)
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index b85d05047..6a1e8776c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" |