Skip to content

Commit

Permalink
Update linux-alpine.md (#39017)
Browse files Browse the repository at this point in the history
  • Loading branch information
adegeo authored Jan 9, 2024
1 parent 4919f0b commit aeb79d0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/core/install/linux-alpine.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Install .NET on Alpine
description: Demonstrates the various ways to install .NET SDK and .NET Runtime on Alpine.
author: adegeo
ms.author: adegeo
ms.date: 11/14/2023
ms.date: 01/09/2024
---

# Install the .NET SDK or the .NET Runtime on Alpine
Expand All @@ -23,7 +23,10 @@ The Alpine package manager supports installing some versions of .NET. If the .NE

## Install .NET 8

[!INCLUDE [linux-apk-install-80](includes/linux-install-80-apk.md)]
.NET 8 isn't yet available in the official Alpine package repository. Use one of the following ways to install .NET 8:

- [Use the .NET install script.](linux-scripted-manual.md#scripted-install)
- [Download and install .NET manually.](linux-scripted-manual.md#manual-install)

## Install .NET 7

Expand Down

0 comments on commit aeb79d0

Please sign in to comment.