diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index debc3e48b2..8c0baa214e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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", diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 7d06ae9423..338fbc1667 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -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" @@ -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" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38c074564e..cfaa6ee1c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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: @@ -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: @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/release-dispatch.yml b/.github/workflows/release-dispatch.yml index 62bf2ef517..d6c003188f 100644 --- a/.github/workflows/release-dispatch.yml +++ b/.github/workflows/release-dispatch.yml @@ -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: