diff options
| author | Max Isom <[email protected]> | 2021-11-17 16:07:29 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-17 16:07:29 -0500 |
| commit | 41b050a2f1fe4e2cb94629e2add1b490a69a2004 (patch) | |
| tree | 78a10ca06380acfa6a114b734b206325b06610ad /Dockerfile | |
| parent | a4e67d63839154916783e7b4a5f6c65006e759f3 (diff) | |
| parent | 96bf53b28a9cfa30e1d171ae0539f52fd926e1c2 (diff) | |
| download | muse-41b050a2f1fe4e2cb94629e2add1b490a69a2004.tar.xz muse-41b050a2f1fe4e2cb94629e2add1b490a69a2004.zip | |
Merge pull request #397 from Hellysonrp/discord-js-v13
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
