Skip to content

Commit

Permalink
Merge pull request #465 from Azure/AL-rover
Browse files Browse the repository at this point in the history
Update rover
  • Loading branch information
arnaudlh committed May 19, 2023
2 parents 5b06fb9 + 952e241 commit cf1a749
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: '3.7'
services:
rover:
image: aztfmod/rover-preview:1.3.9-2303.090804
image: aztfmod/rover:1.4.6-2305.1807
user: vscode

labels:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/landingzones-tf100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
random_length: ['5']

container:
image: aztfmod/rover-preview:1.3.9-2303.090804
image: aztfmod/rover:1.4.6-2305.1807
options: --user 0

steps:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
]

container:
image: aztfmod/rover-preview:1.3.9-2303.090804
image: aztfmod/rover:1.4.6-2305.1807
options: --user 0

steps:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
random_length: ['5']

container:
image: aztfmod/rover-preview:1.3.9-2303.090804
image: aztfmod/rover:1.4.6-2305.1807
options: --user 0

steps:
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
]

container:
image: aztfmod/rover-preview:1.3.9-2303.090804
image: aztfmod/rover:1.4.6-2305.1807
options: --user 0

steps:
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
random_length: ['5']

container:
image: aztfmod/rover-preview:1.3.9-2303.090804
image: aztfmod/rover:1.4.6-2305.1807
options: --user 0

steps:
Expand Down
2 changes: 1 addition & 1 deletion rover_on_ssh_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
version: '3.7'
services:
rover:
image: aztfmod/rover:1.2.1-2206.1703
image: aztfmod/rover:1.4.6-2305.1807

user: vscode

Expand Down

0 comments on commit cf1a749

Please sign in to comment.