From 3974189c5e11e5cd298a1da826e263af01a8eab3 Mon Sep 17 00:00:00 2001 From: Roger Versluis Date: Thu, 9 Mar 2023 08:02:09 -0700 Subject: [PATCH] Fixed docker build issue. --- CHANGELOG.md | 4 ++++ Dockerfile | 4 ++-- client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb83b7c..1a1c1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.21] - 2023-03-09 +### Changed +- Fixed docker build by pinning the .NET version to LTS. + ## [2.0.20] - 2023-03-08 ### Added - Add support for multi-level unpacking. diff --git a/Dockerfile b/Dockerfile index b5d96e1..b8476a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,8 +72,8 @@ RUN \ echo "**** Installing dotnet ****" && \ wget -q https://dot.net/v1/dotnet-install.sh && \ chmod +x ./dotnet-install.sh && \ - bash ./dotnet-install.sh -c Current --runtime dotnet --install-dir /usr/share/dotnet && \ - bash ./dotnet-install.sh -c Current --runtime aspnetcore --install-dir /usr/share/dotnet && \ + bash ./dotnet-install.sh -c LTS -v latest --runtime dotnet --install-dir /usr/share/dotnet && \ + bash ./dotnet-install.sh -c LTS -v latest --runtime aspnetcore --install-dir /usr/share/dotnet && \ echo "**** Cleaning image ****" && \ apt-get -y -qq -o Dpkg::Use-Pty=0 clean && apt-get -y -qq -o Dpkg::Use-Pty=0 purge && \ echo "**** Setting permissions ****" && \ diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index a271985..12660d1 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -55,7 +55,7 @@ Profile Logout - + diff --git a/package.json b/package.json index a20d9b7..a4b959c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.20", + "version": "2.0.21", "description": "This is a web interface to manage your torrents on Real-Debrid.", "main": "index.js", "dependencies": { diff --git a/server/RdtClient.Web/RdtClient.Web.csproj b/server/RdtClient.Web/RdtClient.Web.csproj index 55f702b..a7c63f6 100644 --- a/server/RdtClient.Web/RdtClient.Web.csproj +++ b/server/RdtClient.Web/RdtClient.Web.csproj @@ -4,7 +4,7 @@ net6.0 Exe 94c24cba-f03f-4453-a671-3640b517c573 - 2.0.20 + 2.0.21 enable enable latest