diff options
| author | Max Isom <[email protected]> | 2021-09-20 20:42:29 -0400 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2021-09-20 20:42:29 -0400 |
| commit | 4a7108232a7d9c2b5d1b9d6ea647cd343d10298c (patch) | |
| tree | f75bdb15734ac59746bfcfc0289259d3a2b56403 /Dockerfile | |
| parent | 30a851a594efab42dbcd14e74f4f2d52c234598c (diff) | |
| download | muse-4a7108232a7d9c2b5d1b9d6ea647cd343d10298c.tar.xz muse-4a7108232a7d9c2b5d1b9d6ea647cd343d10298c.zip | |
Pin Node.js version
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 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++ |
