From 4eb05fa1abb09088e94ba9b15b8f4991f58a12d7 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 5 Sep 2024 13:59:34 +0200 Subject: [PATCH] chore: merge `dev` to `main` (#159) Reviewed-on: https://git.mylloon.fr/ConfrerieDuKassoulait/Botanique/pulls/159 Co-authored-by: Mylloon Co-committed-by: Mylloon --- Dockerfile | 3 +-- README.md | 2 +- config/example.env | 1 - 3 files changed, 2 insertions(+), 4 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/README.md b/README.md index a0bde67..12c2290 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🌱 Botanique ![status-badge](https://git.mylloon.fr/ConfrerieDuKassoulait/Botanique/badges/workflows/publish.yml/badge.svg) +# 🌱 Botanique [![status-badge](https://git.mylloon.fr/ConfrerieDuKassoulait/Botanique/badges/workflows/publish.yml/badge.svg)](https://git.mylloon.fr/ConfrerieDuKassoulait/Botanique/actions?workflow=publish.yml) [**Ajoute le bot à ton serveur**](https://discord.com/api/oauth2/authorize?client_id=965598852407230494&permissions=8&scope=bot%20applications.commands) 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"