aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-11-17 16:07:29 -0500
committerGitHub <[email protected]>2021-11-17 16:07:29 -0500
commit41b050a2f1fe4e2cb94629e2add1b490a69a2004 (patch)
tree78a10ca06380acfa6a114b734b206325b06610ad /Dockerfile
parenta4e67d63839154916783e7b4a5f6c65006e759f3 (diff)
parent96bf53b28a9cfa30e1d171ae0539f52fd926e1c2 (diff)
downloadmuse-41b050a2f1fe4e2cb94629e2add1b490a69a2004.tar.xz
muse-41b050a2f1fe4e2cb94629e2add1b490a69a2004.zip
Merge pull request #397 from Hellysonrp/discord-js-v13
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 6e63806..b58556a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
-FROM node:14.15.4-alpine AS base
+FROM node:16.13.0-alpine AS base
# Install ffmpeg and build dependencies
-RUN apk add --no-cache ffmpeg python make g++
+RUN apk add --no-cache ffmpeg python2 make g++
WORKDIR /usr/app