diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2023-11-17 08:40:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-17 08:40:13 +0100 |
| commit | e7eeb08d3464d4851e286e191182de6851230732 (patch) | |
| tree | 2b244a5241913e101f818a7d23e41acc8b20bea6 /deployment/Dockerfile.linux.arm64 | |
| parent | 9f027717487eb71bbedf8c8029cfa74f838b5719 (diff) | |
| parent | 72ba002837729a78318df78180b1b8e63bc272e6 (diff) | |
Merge pull request #10590 from Gauvino/master
Fix action building
Diffstat (limited to 'deployment/Dockerfile.linux.arm64')
| -rw-r--r-- | deployment/Dockerfile.linux.arm64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.linux.arm64 b/deployment/Dockerfile.linux.arm64 index ba8ce82f0..c9692c440 100644 --- a/deployment/Dockerfile.linux.arm64 +++ b/deployment/Dockerfile.linux.arm64 @@ -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 |
