mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-04-12 02:03:55 +02:00
Pin Node.js version
This commit is contained in:
parent
30a851a594
commit
4a7108232a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue