File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 <PackageReference Include =" Minio" Version =" 6.0.5" />
3434 <PackageReference Include =" Livekit.Server.Sdk.Dotnet" Version =" 1.2.2" />
3535 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 9.0.6" />
36- <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 8.21 .0" />
36+ <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 8.22 .0" />
3737 </ItemGroup >
3838
3939 <ItemGroup >
Original file line number Diff line number Diff line change 11# Build stage
2- FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:ee0d20fbc3dfc60ae2d9d9115a9b750c18576a47f24073119dd09d93e072cb89 AS build
2+ FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:cb9d975bf57fd1b0915858d1db1184bea20f7f746f0536323fcab49673144e8c AS build
33WORKDIR /src
44
55# Copy csproj and restore dependencies
@@ -11,7 +11,7 @@ COPY . ./
1111RUN dotnet publish -c Release -o /app/publish
1212
1313# Runtime stage
14- FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:8b9f90e53d41154d42e537517aef22e8fe497baabd43e423d5f2edafd06f04f6 AS runtime
14+ FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:86085bc68dde4a8cdfd8c2342acc3bf843eade855092879a85e3f3adb56e55c7 AS runtime
1515WORKDIR /app
1616
1717# Install curl for healthcheck
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
2323 start_period : 60s
2424
2525 redis :
26- image : redis:7-alpine@sha256:6ab0b6e7381779332f97b8ca76193e45b0756f38d4c0dcda72dbb3c32061ab99
26+ image : redis:7-alpine@sha256:e7723ff73d963f5cc6d9c4643ea3d989527a402a319239054e9472a7fb9219a2
2727 container_name : chord-redis
2828 ports :
2929 - " 6379:6379"
@@ -62,7 +62,7 @@ services:
6262 start_period : 10s
6363
6464 livekit :
65- image : livekit/livekit-server:latest@sha256:189f7c81b704a36642bc5c7e2d3e1ae83744627c11978a23a251bf19fbec64e0
65+ image : livekit/livekit-server:latest@sha256:3497163e15c48fef6e7830c78716f9e9d5edc28abf7aa90b61c86e93bbc306b1
6666 container_name : chord-livekit
6767 environment :
6868 # Format must be "key: secret" with a space after colon
@@ -83,7 +83,7 @@ services:
8383 - redis
8484
8585 coturn :
86- image : coturn/coturn:latest@sha256:0feee4fc1f45c7c053c8fee3e1ab941b1a1b9a0429bc01e18126735410770bfd
86+ image : coturn/coturn:latest@sha256:01fc8655e7c262fa4ccfb8dca74ff80fb372b0ee021e80370a4d3e3dd01a951e
8787 container_name : chord-coturn
8888 ports :
8989 - " ${TURN_PORT:-3478}:3478/udp"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ services:
4545 start_period : 60s
4646
4747 redis :
48- image : redis:7-alpine@sha256:6ab0b6e7381779332f97b8ca76193e45b0756f38d4c0dcda72dbb3c32061ab99
48+ image : redis:7-alpine@sha256:e7723ff73d963f5cc6d9c4643ea3d989527a402a319239054e9472a7fb9219a2
4949 container_name : chord-redis
5050 profiles : ["infra"]
5151 ports :
@@ -89,7 +89,7 @@ services:
8989 start_period : 10s
9090
9191 livekit :
92- image : livekit/livekit-server:latest@sha256:189f7c81b704a36642bc5c7e2d3e1ae83744627c11978a23a251bf19fbec64e0
92+ image : livekit/livekit-server:latest@sha256:3497163e15c48fef6e7830c78716f9e9d5edc28abf7aa90b61c86e93bbc306b1
9393 container_name : chord-livekit
9494 profiles : ["infra"]
9595 environment :
@@ -116,7 +116,7 @@ services:
116116 start_period : 10s
117117
118118 coturn :
119- image : coturn/coturn:latest@sha256:0feee4fc1f45c7c053c8fee3e1ab941b1a1b9a0429bc01e18126735410770bfd
119+ image : coturn/coturn:latest@sha256:01fc8655e7c262fa4ccfb8dca74ff80fb372b0ee021e80370a4d3e3dd01a951e
120120 container_name : chord-coturn
121121 profiles : ["infra"]
122122 ports :
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ services:
4343 start_period : 60s
4444
4545 redis :
46- image : redis:7-alpine@sha256:6ab0b6e7381779332f97b8ca76193e45b0756f38d4c0dcda72dbb3c32061ab99
46+ image : redis:7-alpine@sha256:e7723ff73d963f5cc6d9c4643ea3d989527a402a319239054e9472a7fb9219a2
4747 container_name : chord-redis
4848 profiles : ["infra"]
4949 ports :
@@ -87,7 +87,7 @@ services:
8787 start_period : 10s
8888
8989 livekit :
90- image : livekit/livekit-server:latest@sha256:189f7c81b704a36642bc5c7e2d3e1ae83744627c11978a23a251bf19fbec64e0
90+ image : livekit/livekit-server:latest@sha256:3497163e15c48fef6e7830c78716f9e9d5edc28abf7aa90b61c86e93bbc306b1
9191 container_name : chord-livekit
9292 profiles : ["infra"]
9393 environment :
@@ -114,7 +114,7 @@ services:
114114 start_period : 10s
115115
116116 coturn :
117- image : coturn/coturn:latest@sha256:0feee4fc1f45c7c053c8fee3e1ab941b1a1b9a0429bc01e18126735410770bfd
117+ image : coturn/coturn:latest@sha256:01fc8655e7c262fa4ccfb8dca74ff80fb372b0ee021e80370a4d3e3dd01a951e
118118 container_name : chord-coturn
119119 profiles : ["infra"]
120120 ports :
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ services:
4141 start_period : 60s
4242
4343 redis-test :
44- image : redis:7-alpine@sha256:6ab0b6e7381779332f97b8ca76193e45b0756f38d4c0dcda72dbb3c32061ab99
44+ image : redis:7-alpine@sha256:e7723ff73d963f5cc6d9c4643ea3d989527a402a319239054e9472a7fb9219a2
4545 container_name : chord-redis-test
4646 # No ports exposed (internal only, like YunoHost)
4747 # No volumes (fresh state each run)
Original file line number Diff line number Diff line change 44# ===========================================
55# Stage 1: Build
66# ===========================================
7- FROM node:24-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd AS build
7+ FROM node:24-alpine@sha256:f70403e87646dc51b45295f4b8b70cdad0b63d2297c4c9899119b03f7af7a6b3 AS build
88
99WORKDIR /app
1010
You can’t perform that action at this time.
0 commit comments