Dockerfile: Nodejs 8.12 -> 8.14 (#9532)

lolsob-rspec
Isatis 2018-12-15 20:50:09 -08:00 committed by Eugen Rochko
parent f14d8630b2
commit 638cac58b6
1 changed files with 1 additions and 1 deletions

View 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" \