Skip to content

Commit

Permalink
Update tools.Dockerfile (#358)
Browse files Browse the repository at this point in the history
* Update tools.Dockerfile

* Update PSinLinuxCloudShellImage.Tests.ps1
  • Loading branch information
darrentu authored Oct 19, 2023
1 parent e71e955 commit d06979a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux/tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

# Copy from base build
FROM ${IMAGE_LOCATION}
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 '16.20.1'
$script:pmap["Node.JS"].Version | Should -Be '16.20.2'
$script:pmap["PowerShell"].Version | Should -BeLike '7.3*'
}

Expand Down

0 comments on commit d06979a

Please sign in to comment.