Skip to content

Commit

Permalink
bump to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saiteja-madha committed Feb 12, 2024
1 parent b1a3cc0 commit 3a98d2a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
FROM node:16-alpine
FROM node:18-alpine

# Set the working directory in the container
WORKDIR /usr/src/app
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "discord-js-bot",
"version": "5.4.0",
"version": "5.5.0",
"description": "An open-source, multipurpose discord bot built using discord-js",
"main": "bot.js",
"author": "Sai Teja M",
"license": "ISC",
"engines": {
"node": ">=16.11.0"
"node": ">=18.0.0"
},
"scripts": {
"dev": "nodemon .",
"start": "node .",
"format": "prettier --write src",
"docker:build": "docker build -t saitejamadha/discord-js-bot:5.4.0 ."
"docker:package": "tar -cf discord-js-bot.tar dashboard logs src bot.js config.js dockerfile package.json package-lock.json",
"docker:build": "docker build -t saitejamadha/discord-js-bot:5.5.0 ."
},
"homepage": "https://github.com/saiteja-madha/discord-js-bot#readme",
"repository": {
Expand Down Expand Up @@ -89,4 +90,3 @@
"@structures": "src/structures/"
}
}

0 comments on commit 3a98d2a

Please sign in to comment.