aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2020-01-19 12:34:33 -0500
committerAnthony Lavado <anthony@lavado.ca>2020-01-19 12:34:33 -0500
commitda2c998e28e8428cd96951eb58ced81ba59db32f (patch)
treecd95d4879efa63ae2bfc89caaa38b62465c9f70d
parent075dad87208fa7fdf2bdaaa54a7be842a038d422 (diff)
Update ARM images to debian buster (#2313)
Also has the effect of updating ffmpeg to 4.1
-rw-r--r--Dockerfile.arm2
-rw-r--r--Dockerfile.arm642
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm
index 97e02a17d..551aa177a 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -21,7 +21,7 @@ RUN find . -type d -name obj | xargs -r rm -r
RUN dotnet publish Jellyfin.Server --configuration Release --output="/jellyfin" --self-contained --runtime linux-arm "-p:GenerateDocumentationFile=false;DebugSymbols=false;DebugType=none"
-FROM debian:stretch-slim
+FROM debian:buster-slim
RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y ffmpeg \
libssl-dev \
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index 445a39add..4c2ca12a6 100644
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -21,7 +21,7 @@ RUN find . -type d -name obj | xargs -r rm -r
RUN dotnet publish Jellyfin.Server --configuration Release --output="/jellyfin" --self-contained --runtime linux-arm64 "-p:GenerateDocumentationFile=false;DebugSymbols=false;DebugType=none"
-FROM debian:stretch-slim
+FROM debian:buster-slim
RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y ffmpeg \
libssl-dev \