We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca8090 commit 56c1e07Copy full SHA for 56c1e07
1 file changed
Dockerfile
@@ -27,7 +27,7 @@ RUN set -ex; \
27
git apply /jellyfin_livestream.patch; \
28
dotnet publish Jellyfin.Server --disable-parallel --configuration Release --output="/jellyfin" --self-contained --runtime linux-x64 "-p:DebugSymbols=false;DebugType=none";
29
30
-FROM debian:buster-slim@sha256:331c322cc893f17b74245542f6c2f3dd8a66cc066ae66c2d5d3c96bb4bf328cb
+FROM debian:buster-slim@sha256:a364ab17ed74911bf0913ce1099054e9bcbabc80bf0faae7dac4d3470b472e24
31
32
SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]
33
0 commit comments