1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

Update Alpine to 3.20

This commit is contained in:
toast-ts 2024-05-28 10:52:35 +10:00
parent 536fc99fe6
commit dfadb08cce
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:22.1.0-alpine3.19 FROM node:22.2.0-alpine3.20
ENV YARN_VERSION 4.2.2 ENV YARN_VERSION 4.2.2
ENV TZ Australia/Sydney ENV TZ Australia/Sydney
ENV NODE_COMPILE_CACHE /Daggerbot/build_cache ENV NODE_COMPILE_CACHE /Daggerbot/build_cache

View File

@ -24,6 +24,7 @@ This is a revision history of how far we come in development cycle;
|----------|----------|---------|----------| |----------|----------|---------|----------|
| V1 | JavaScript | Discord.JS v13 | Message commands | | V1 | JavaScript | Discord.JS v13 | Message commands |
| V2-V3 | TypeScript | Discord.JS v14 | Slash/message commands | | V2-V3 | TypeScript | Discord.JS v14 | Slash/message commands |
| V4 (Private) | Rust | Serenity v0.12.1 | Slash commands |
## CLI arguments (`process.argv[..]`) ## CLI arguments (`process.argv[..]`)
`yarn dev` - Starts the development bot with predefined args. `yarn dev` - Starts the development bot with predefined args.