diff --git a/Dockerfile b/Dockerfile index 33c5ae7..32f92c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM node:22.2.0-bullseye-slim +FROM node:22.8-bullseye-slim ENV DOCKERIZED=1 RUN mkdir /config && \ @@ -19,5 +19,4 @@ RUN npm ci --omit=dev && \ npm uninstall typescript @types/sqlite3 && \ npm cache clean --force -ENV DP_FORCE_YTDL_MOD=@distube/ytdl-core CMD ["dumb-init", "node", "./dist/index.js"] diff --git a/config/example.env b/config/example.env index 57d0bdd..d52d8c2 100644 --- a/config/example.env +++ b/config/example.env @@ -1,2 +1 @@ TOKEN_DISCORD="your-token-goes-here" -DP_FORCE_YTDL_MOD="@distube/ytdl-core"