[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: jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-22.04 # LTS
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
+1 -1
View File
@@ -1,5 +1,5 @@
# Use a lightweight Node.js image # Use a lightweight Node.js image
FROM node:lts-alpine FROM node:22-alpine
# Set working directory # Set working directory
WORKDIR /src WORKDIR /src
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "call-me", "name": "call-me",
"version": "1.0.64", "version": "1.0.65",
"description": "Your Go-To for Instant Video Calls", "description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com", "author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3", "license": "AGPLv3",