Skip to content

Commit

Permalink
chore: update npm windows to v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
junjiezhang1997 committed Mar 15, 2024
1 parent b535074 commit 78f6590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ switch -Regex ($windowsSku) {
"mcr.microsoft.com/windows/nanoserver:ltsc2022",
# NPM (Network Policy Manager) Owner: jaer-tsun (Jaeryn)
"mcr.microsoft.com/containernetworking/azure-npm:v1.4.34"
"mcr.microsoft.com/containernetworking/azure-npm:v1.5.5"
)
}
"23H2*" {
Expand All @@ -59,7 +59,7 @@ switch -Regex ($windowsSku) {
"mcr.microsoft.com/windows/nanoserver:ltsc2022",
# NPM (Network Policy Manager) Owner: jaer-tsun (Jaeryn)
"mcr.microsoft.com/containernetworking/azure-npm:v1.4.34"
"mcr.microsoft.com/containernetworking/azure-npm:v1.5.5"
)
}
}
Expand Down

0 comments on commit 78f6590

Please sign in to comment.