diff options
| author | Uruk <uruknarb20@gmail.com> | 2023-11-16 00:43:37 +0100 |
|---|---|---|
| committer | Uruk <uruknarb20@gmail.com> | 2023-11-16 00:43:37 +0100 |
| commit | f3b882d0e2c5303db8c3b711cc0c5c18ac2d6b7f (patch) | |
| tree | fb16354fddad6f4ce48a7e04deb07e2f557e00e8 /deployment/Dockerfile.portable | |
| parent | 6d1abf67c36379f0b061095619147a3691841e21 (diff) | |
Fix build and changed debian to bookworm
Diffstat (limited to 'deployment/Dockerfile.portable')
| -rw-r--r-- | deployment/Dockerfile.portable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.portable b/deployment/Dockerfile.portable index 822b66ee69..36135f7a6e 100644 --- a/deployment/Dockerfile.portable +++ b/deployment/Dockerfile.portable @@ -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 |
