aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.linux.amd64
diff options
context:
space:
mode:
authorUruk <uruknarb20@gmail.com>2023-11-16 00:43:37 +0100
committerUruk <uruknarb20@gmail.com>2023-11-16 00:43:37 +0100
commitf3b882d0e2c5303db8c3b711cc0c5c18ac2d6b7f (patch)
treefb16354fddad6f4ce48a7e04deb07e2f557e00e8 /deployment/Dockerfile.linux.amd64
parent6d1abf67c36379f0b061095619147a3691841e21 (diff)
Fix build and changed debian to bookworm
Diffstat (limited to 'deployment/Dockerfile.linux.amd64')
-rw-r--r--deployment/Dockerfile.linux.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.linux.amd64 b/deployment/Dockerfile.linux.amd64
index 39169bd2ac..386f7cefe0 100644
--- a/deployment/Dockerfile.linux.amd64
+++ b/deployment/Dockerfile.linux.amd64
@@ -1,4 +1,4 @@
-FROM mcr.microsoft.com/dotnet/sdk:7.0-bullseye-slim
+FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim
# Docker build arguments
ARG SOURCE_DIR=/jellyfin
ARG ARTIFACT_DIR=/dist