diff options
author | Isatis <515462+Reverite@users.noreply.github.com> | 2018-12-15 20:50:09 -0800 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-12-16 05:50:09 +0100 |
commit | 5f0d3e8bad361acf80633479c89b52efddc14a27 (patch) | |
tree | 655b853977bba28546098a23213772a2f1908e87 /Dockerfile | |
parent | 67b924e324220885b46d9e26c8beb6ee8d3cf8bf (diff) |
Dockerfile: Nodejs 8.12 -> 8.14 (#9532)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |