aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-09-20 20:42:29 -0400
committerMax Isom <[email protected]>2021-09-20 20:42:29 -0400
commit4a7108232a7d9c2b5d1b9d6ea647cd343d10298c (patch)
treef75bdb15734ac59746bfcfc0289259d3a2b56403
parent30a851a594efab42dbcd14e74f4f2d52c234598c (diff)
downloadmuse-4a7108232a7d9c2b5d1b9d6ea647cd343d10298c.tar.xz
muse-4a7108232a7d9c2b5d1b9d6ea647cd343d10298c.zip
Pin Node.js version
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a2b81cd..6e63806 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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++