Skip to content

Commit

Permalink
[mirotalkwebrtc] - Update Dockerfile and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 24, 2025
1 parent da690ea commit 28b02be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # LTS
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
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:lts-alpine
FROM node:22-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.32
* @version 1.1.33
*/

const userAgent = navigator.userAgent;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkwebrtc",
"version": "1.1.32",
"version": "1.1.33",
"description": "MiroTalk WebRTC admin",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"js-yaml": "^4.1.0",
"mongoose": "^8.9.5",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.16",
"nodemailer": "^6.10.0",
"swagger-ui-express": "^5.0.1",
"twilio": "^5.4.2"
},
Expand Down

0 comments on commit 28b02be

Please sign in to comment.