Skip to content

Commit

Permalink
Update devcontainer image hash: 54f0635 (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Dec 16, 2023
1 parent 54f0635 commit a43ba06
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:630bd82",
"image": "ghcr.io/dojoengine/dojo-dev:54f0635",
"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-4-cores
container:
image: ghcr.io/dojoengine/dojo-dev:630bd82
image: ghcr.io/dojoengine/dojo-dev:54f0635
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit a43ba06

Please sign in to comment.