diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-11-15 22:21:20 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-11-15 22:21:20 +0100 |
| commit | 5fa1b8ac3a7e65f0972e4fc55e83172f66efd794 (patch) | |
| tree | 44e24d5598c7730eaa95e5e5a59be7f3067f4924 /Dockerfile | |
| parent | 5dad89cee331138dd2e4c24eecaea36aef2ee503 (diff) | |
Update more Dockerfiles
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 9be319311..d3f10cd12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ##################################### # Requires binfm_misc registration # https://github.com/multiarch/qemu-user-static#binfmt_misc-register -ARG DOTNET_VERSION=7.0 +ARG DOTNET_VERSION=8.0 FROM node:20-alpine as web-builder ARG JELLYFIN_WEB_VERSION=master |
