mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-01-18 10:58:57 +01:00
Pin Node.js version
This commit is contained in:
parent
30a851a594
commit
4a7108232a
|
@ -1,4 +1,4 @@
|
|||
FROM node:14-alpine AS base
|
||||
FROM node:14.15.4-alpine AS base
|
||||
|
||||
# Install ffmpeg and build dependencies
|
||||
RUN apk add --no-cache ffmpeg python make g++
|
||||
|
|
Loading…
Reference in a new issue