Skip to content

Commit

Permalink
Rover update
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed Aug 11, 2022
1 parent 7d36440 commit dbbe1f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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:1.2.5-2207.2909
image: aztfmod/rover:1.2.5-2208.0208
user: vscode

labels:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/standalone-regressor-tf100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
matrix: ${{fromJSON(needs.load_scenarios.outputs.matrix)}}

container:
image: aztfmod/rover:1.2.5-2207.2909
image: aztfmod/rover:1.2.5-2208.0208
options: --user 0

steps:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
needs: [testcases]

container:
image: aztfmod/rover:1.2.5-2207.2909
image: aztfmod/rover:1.2.5-2208.0208
options: --user 0

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/standalone-tf100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
matrix: ${{fromJSON(needs.load_scenarios.outputs.matrix)}}

container:
image: aztfmod/rover:1.2.5-2207.2909
image: aztfmod/rover:1.2.5-2208.0208
options: --user 0

steps:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
needs: [testcases]

container:
image: aztfmod/rover:1.2.5-2207.2909
image: aztfmod/rover:1.2.5-2208.0208
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.5-2207.2909
image: aztfmod/rover:1.2.5-2208.0208

user: vscode

Expand Down

0 comments on commit dbbe1f6

Please sign in to comment.