Skip to content

Commit aa93721

Browse files
[mirotalkbro] - Update Dockerfile and CI
1 parent fd1fa26 commit aa93721

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04 # LTS
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v3

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use a lightweight Node.js image
2-
FROM node:lts-alpine
2+
FROM node:22-alpine
33

44
# Set working directory
55
WORKDIR /src

app/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license For open source under AGPL-3.0
99
* @license For private project or commercial purposes contact us at: [email protected]
1010
* @author Miroslav Pejic - [email protected]
11-
* @version 1.1.20
11+
* @version 1.1.21
1212
*/
1313

1414
require('dotenv').config();

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mirotalkbro",
3-
"version": "1.1.20",
3+
"version": "1.1.21",
44
"description": "P2P WebRTC audio, video and screen live broadcast",
55
"main": "app/server.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"author": "Miroslav Pejic",
2424
"license": "AGPLv3",
2525
"dependencies": {
26-
"@sentry/node": "^8.50.0",
26+
"@sentry/node": "^8.51.0",
2727
"compression": "^1.7.5",
2828
"cors": "^2.8.5",
2929
"dotenv": "^16.4.7",

0 commit comments

Comments
 (0)