diff options
| author | MarcoCoreDuo <[email protected]> | 2024-07-18 06:32:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-17 21:32:16 -0700 |
| commit | fcc8d8881aa338c5011f1173ad2d16efa13591c3 (patch) | |
| tree | a67aa6689c4f625e0177f5c73c36eae88dd3e05c /Dockerfile | |
| parent | 29b61cc0b6363b3e07f17bd7d41400d20827f959 (diff) | |
| download | muse-fcc8d8881aa338c5011f1173ad2d16efa13591c3.tar.xz muse-fcc8d8881aa338c5011f1173ad2d16efa13591c3.zip | |
Switch to Distube's ytdl-core fork (resolves playback issue) (#1042)
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -FROM node:18.7.0-slim AS base +FROM node:18-bullseye-slim AS base # openssl will be a required package if base is updated to 18.16+ due to node:*-slim base distro change # https://github.com/prisma/prisma/issues/19729#issuecomment-1591270599 @@ -19,7 +19,6 @@ FROM base AS dependencies WORKDIR /usr/app COPY package.json . -COPY patches ./patches COPY yarn.lock . RUN yarn install --prod |
