]> cat aescling's git repositories - mastodon.git/commitdiff
Dockerfile: Nodejs 8.12 -> 8.14 (#9532)
authorIsatis <515462+Reverite@users.noreply.github.com>
Sun, 16 Dec 2018 04:50:09 +0000 (20:50 -0800)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 16 Dec 2018 04:50:09 +0000 (05:50 +0100)
Dockerfile

index 9c53b4145e58aaa4d012a730b9c580cb92a90403..11fc17d36575c77d0b27caf7c8342ac811d20165 100644 (file)
@@ -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" \