Skip to content

Commit

Permalink
use dotnet channel 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauwii committed Feb 7, 2024
1 parent 880222a commit 4430ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ target "ubuntu" {
{
version = "22.04"
codename = "jammy"
DOTNET_CHANNEL = "LTS"
DOTNET_CHANNEL = "7.0"
DOTNET_DEPS = "[\"libicu70\",\"libssl3\",\"libunwind8\",\"libgcc-s1\",\"liblttng-ust1\"]"
DOTNET_SDK_VERSION = "latest"
POWERSHELL_VERSION = "7.2.18"
},
{
version = "20.04"
codename = "focal"
DOTNET_CHANNEL = "LTS"
DOTNET_CHANNEL = "7.0"
DOTNET_DEPS = "[\"libicu66\",\"libssl1.1\"]"
DOTNET_SDK_VERSION = "latest"
POWERSHELL_VERSION = "7.2.18"
Expand Down

0 comments on commit 4430ebd

Please sign in to comment.