Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN dotnet publish server/src/Streamarr.Server/Streamarr.Server.csproj \
-c Release -o /app --no-self-contained

# ---- 3. runtime ---------------------------------------------------------------------
FROM mcr.microsoft.com/dotnet/aspnet:8.0-noble@sha256:77526aac4254c2b26764c2ab09700f6bdbcad2e2cb748e0d57bc01ebdced6515 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble@sha256:7644f992230d35cf230017189d4038c0ae0f7388b13f4f7ae1900a155bafb597 AS runtime
# ffmpeg supplies ffprobe, which /resolve runs against the stream (BRIEF §6.2);
# curl backs the compose healthcheck (GET /api/v1/health).
RUN apt-get update \
Expand Down
Loading