Skip to content

Commit

Permalink
Update devcontainer image: v1.0.0-alpha.16 (#2535)
Browse files Browse the repository at this point in the history
Co-authored-by: kariy <[email protected]>
  • Loading branch information
tarrencev and kariy authored Oct 14, 2024
1 parent 3b3a78c commit ac487cd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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:v1.0.0-alpha.15",
"image": "ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.16",
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
bench-katana:
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.15
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.16
steps:
- uses: actions/checkout@v3
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand All @@ -36,7 +36,7 @@ jobs:
bench-sozo:
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.15
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.16
steps:
- uses: actions/checkout@v3
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: ensure-docker
runs-on: ubuntu-latest-32-cores
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.15
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.16
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand All @@ -56,7 +56,7 @@ jobs:
ensure-wasm:
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.15
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.16
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.15
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.16
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -136,7 +136,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.15
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.16
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -150,7 +150,7 @@ jobs:
dojo-world-bindings-check:
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.15
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.16
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand All @@ -159,7 +159,7 @@ jobs:
clippy:
runs-on: ubuntu-latest-4-cores
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.15
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.16
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand All @@ -168,7 +168,7 @@ jobs:
fmt:
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.15
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.16
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand All @@ -177,7 +177,7 @@ jobs:
docs:
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.15
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.16
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.15
image: ghcr.io/dojoengine/dojo-dev:v1.0.0-alpha.16
env:
VERSION: ""
steps:
Expand Down

0 comments on commit ac487cd

Please sign in to comment.