mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Dockerfile: Nodejs 8.12 -> 8.14 (#9532)
This commit is contained in:
parent
67b924e324
commit
5f0d3e8bad
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue