Skip to content

Commit

Permalink
Fix hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jeffery committed Aug 8, 2023
1 parent 9965f14 commit 134db4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Development Container for CCF C++ Apps",
"context": "..",
"image": "mcr.microsoft.com/ccf/app/dev:4.0.0-dev3-virtual",
"image": "mcr.microsoft.com/ccf/app/dev:4.0.7-virtual",
"runArgs": [],
"extensions": ["ms-vscode.cpptools"]
}
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
benchmark:
runs-on: ubuntu-20.04
container: mcr.microsoft.com/ccf/app/dev:4.0.0-dev3-virtual
container: mcr.microsoft.com/ccf/app/dev:4.0.7-virtual

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build-and-test:
runs-on: ubuntu-20.04
container: mcr.microsoft.com/ccf/app/dev:4.0.0-dev3-virtual
container: mcr.microsoft.com/ccf/app/dev:4.0.7-virtual

steps:
- name: Checkout repository
Expand Down

0 comments on commit 134db4d

Please sign in to comment.