Skip to content

Commit d06979a

Browse files
authored
Update tools.Dockerfile (#358)
* Update tools.Dockerfile * Update PSinLinuxCloudShellImage.Tests.ps1
1 parent e71e955 commit d06979a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linux/tools.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# To build yourself locally, override this location with a local image tag. See README.md for more detail
66

7-
ARG IMAGE_LOCATION=cdpxb787066ec88f4e20ae65e42a858c42ca00.azurecr.io/official/cloudshell:base.master.77b8c752.20230901.1
7+
ARG IMAGE_LOCATION=cdpxb787066ec88f4e20ae65e42a858c42ca00.azurecr.io/official/cloudshell:base.master.e71e955b.20231011.1
88

99
# Copy from base build
1010
FROM ${IMAGE_LOCATION}

tests/PSinLinuxCloudShellImage.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Describe "Various programs installed with expected versions" {
1818

1919
It "Static Versions" {
2020
# These programs are installed explicitly with specific versions
21-
$script:pmap["Node.JS"].Version | Should -Be '16.20.1'
21+
$script:pmap["Node.JS"].Version | Should -Be '16.20.2'
2222
$script:pmap["PowerShell"].Version | Should -BeLike '7.3*'
2323
}
2424

0 commit comments

Comments
 (0)