Skip to content

Commit

Permalink
Update devcontainer image hash: f6a4b8a (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Dec 18, 2023
1 parent f6a4b8a commit e1ba4a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.245.2/containers/rust
{
"name": "Rust",
"image": "ghcr.io/dojoengine/dojo-dev:f61e50c",
"image": "ghcr.io/dojoengine/dojo-dev:f6a4b8a",
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
runs-on: ubuntu-latest-16-cores
container:
image: ghcr.io/dojoengine/dojo-dev:f61e50c
image: ghcr.io/dojoengine/dojo-dev:f6a4b8a
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e1ba4a6

Please sign in to comment.