diff --git a/apis/websocket/Dockerfile b/apis/websocket/Dockerfile index 21f5cd4..68a3828 100644 --- a/apis/websocket/Dockerfile +++ b/apis/websocket/Dockerfile @@ -5,7 +5,7 @@ FROM base AS build WORKDIR /build COPY . . -RUN cd apis/websocket && bun run build +RUN cd apis/websocket && bun --bun run build FROM base AS release diff --git a/bots/discord/Dockerfile b/bots/discord/Dockerfile index 9ae2603..e3afbcd 100644 --- a/bots/discord/Dockerfile +++ b/bots/discord/Dockerfile @@ -5,7 +5,7 @@ FROM base AS build WORKDIR /build COPY . . -RUN cd bots/discord && bun run build +RUN cd bots/discord && bun --bun run build FROM base AS release diff --git a/bots/discord/package.json b/bots/discord/package.json index e20d6fb..076143e 100644 --- a/bots/discord/package.json +++ b/bots/discord/package.json @@ -32,7 +32,7 @@ "dependencies": { "@discordjs/builders": "^1.8.2", "@discordjs/rest": "^2.3.0", - "@libsql/client": "^0.6.2", + "@libsql/client": "^0.7.0", "@revanced/bot-api": "workspace:*", "@revanced/bot-shared": "workspace:*", "chalk": "^5.3.0", diff --git a/bun.lockb b/bun.lockb index e8f3633..c4dbd7a 100755 Binary files a/bun.lockb and b/bun.lockb differ