Skip to content

Commit

Permalink
chore(devcontainer): update image: v1.0.11 (#2910)
Browse files Browse the repository at this point in the history
Update devcontainer image: v1.0.11

Co-authored-by: glihm <[email protected]>
  • Loading branch information
tarrencev and glihm authored Jan 15, 2025
1 parent 47349d1 commit a8af3d6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.10",
"image": "ghcr.io/dojoengine/dojo-dev:v1.0.11",
"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.10
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
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.10
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
steps:
- uses: actions/checkout@v3
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
needs: ensure-docker
runs-on: ubuntu-latest-32-cores
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.10
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
needs: [fmt, cairofmt]
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.10
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.10
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -141,7 +141,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.10
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -157,7 +157,7 @@ jobs:
runs-on: ubuntu-latest-4-cores
needs: [fmt, cairofmt]
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.10
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand All @@ -166,7 +166,7 @@ jobs:
fmt:
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.10
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand All @@ -176,7 +176,7 @@ jobs:
runs-on: ubuntu-latest
needs: [fmt, cairofmt]
container:
image: ghcr.io/dojoengine/dojo-dev:v1.0.10
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
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.10
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
env:
VERSION: ""
steps:
Expand Down

0 comments on commit a8af3d6

Please sign in to comment.