Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions linux/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN tdnf update -y --refresh && \
azurelinux-repos-ms-non-oss-3.0 && \
tdnf repolist --refresh && \
bash ./tdnfinstall.sh \
nodejs \
nodejs-npm \
nodejs24 \
nodejs24-npm \
xz \
git \
gpgme \
Expand Down
2 changes: 1 addition & 1 deletion tests/PSinLinuxCloudShellImage.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Describe "Various programs installed with expected versions" {

It "Static Versions" {
# These programs are installed explicitly with specific versions
$script:pmap["Node.JS"].Version | Should -Be '20.14.0'
$script:pmap["Node.JS"].Version | Should -Be '24.14.1'
$script:pmap["PowerShell"].Version | Should -BeLike '7.6*'
}

Expand Down
Loading