Skip to content

Commit

Permalink
retry powershell 7.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mauwii committed Feb 7, 2024
1 parent 4430ebd commit 46b781e
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 @@ -103,15 +103,15 @@ target "ubuntu" {
DOTNET_CHANNEL = "7.0"
DOTNET_DEPS = "[\"libicu70\",\"libssl3\",\"libunwind8\",\"libgcc-s1\",\"liblttng-ust1\"]"
DOTNET_SDK_VERSION = "latest"
POWERSHELL_VERSION = "7.2.18"
POWERSHELL_VERSION = "7.2.13"
},
{
version = "20.04"
codename = "focal"
DOTNET_CHANNEL = "7.0"
DOTNET_DEPS = "[\"libicu66\",\"libssl1.1\"]"
DOTNET_SDK_VERSION = "latest"
POWERSHELL_VERSION = "7.2.18"
POWERSHELL_VERSION = "7.2.13"
}
]
}
Expand Down

0 comments on commit 46b781e

Please sign in to comment.