Skip to content

Commit 81a2514

Browse files
authored
update base image location (#328)
1 parent 4f2c625 commit 81a2514

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
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.8d9a9c35.20230404.2
7+
ARG IMAGE_LOCATION=cdpxb787066ec88f4e20ae65e42a858c42ca00.azurecr.io/official/cloudshell:base.master.55fe0a50.20230503.1
88

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

tests/PSinLinuxCloudShellImage.Tests.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ Describe "PowerShell Modules" {
113113

114114
$module = Get-InstalledModule -Name Az -AllVersions
115115
$module | Should -Not -BeNullOrEmpty
116-
117-
# Verify Az module version
118-
$module.Version -ge [version]"5.0" | Should -Be $true
119-
120116
}
121117

122118
It "Az.Accounts PowerShell Module" {

0 commit comments

Comments
 (0)