From 7c25633122ab9c804d22b3caaaa47948cc90901f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 5 Sep 2024 13:58:41 +0200 Subject: [PATCH] clean up old env variable and bump node --- Dockerfile | 3 +-- config/example.env | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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"