[call-me] - Update Dockerfile and CI

This commit is contained in:
Miroslav Pejic
2025-01-24 11:35:45 +01:00
parent 5a0880da87
commit 3e30ce00e2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # LTS
steps:
- name: Checkout
uses: actions/checkout@v3
+1 -1
View File
@@ -1,5 +1,5 @@
# Use a lightweight Node.js image
FROM node:lts-alpine
FROM node:22-alpine
# Set working directory
WORKDIR /src
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.0.64",
"version": "1.0.65",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",