Skip to content

Commit

Permalink
[mirotalkwebrtc] - update Dockerfile node and dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 14, 2025
1 parent 5504e33 commit da690ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a lightweight Node.js image
FROM node:20-alpine
FROM node:lts-alpine

# Set working directory
WORKDIR /src
Expand Down
2 changes: 1 addition & 1 deletion frontend/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For private project or commercial purposes contact us at: [email protected] or purchase it directly via Code Canyon:
* @license https://codecanyon.net/item/a-selfhosted-mirotalks-webrtc-rooms-scheduler-server/42643313
* @author Miroslav Pejic - [email protected]
* @version 1.1.31
* @version 1.1.32
*/

const userAgent = navigator.userAgent;
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkwebrtc",
"version": "1.1.31",
"version": "1.1.32",
"description": "MiroTalk WebRTC admin",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -44,11 +44,11 @@
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"mongoose": "^8.9.3",
"mongoose": "^8.9.5",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.16",
"swagger-ui-express": "^5.0.1",
"twilio": "^5.4.0"
"twilio": "^5.4.2"
},
"devDependencies": {
"nodemon": "^3.1.9",
Expand Down

0 comments on commit da690ea

Please sign in to comment.