diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 12f2b6db98..26169667ae 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.1.0", + "image": "ghcr.io/dojoengine/dojo-dev:v1.1.1", "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 3455a45772..3635737671 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.1.0 + image: ghcr.io/dojoengine/dojo-dev:v1.1.1 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.1.0 + image: ghcr.io/dojoengine/dojo-dev:v1.1.1 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 bb8413d0cf..8e1c613d61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest-4-cores needs: [fmt, cairofmt] container: - image: ghcr.io/dojoengine/dojo-dev:v1.1.0 + image: ghcr.io/dojoengine/dojo-dev:v1.1.1 steps: - uses: actions/checkout@v3 - uses: Swatinem/rust-cache@v2 @@ -34,7 +34,7 @@ jobs: needs: ensure-docker runs-on: ubuntu-latest-32-cores container: - image: ghcr.io/dojoengine/dojo-dev:v1.1.0 + image: ghcr.io/dojoengine/dojo-dev:v1.1.1 steps: - uses: actions/checkout@v3 - uses: Swatinem/rust-cache@v2 @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest needs: [fmt, cairofmt] container: - image: ghcr.io/dojoengine/dojo-dev:v1.1.0 + image: ghcr.io/dojoengine/dojo-dev:v1.1.1 steps: - uses: actions/checkout@v3 - uses: Swatinem/rust-cache@v2 @@ -164,7 +164,7 @@ jobs: runs-on: ubuntu-latest-4-cores needs: [fmt, cairofmt] container: - image: ghcr.io/dojoengine/dojo-dev:v1.1.0 + image: ghcr.io/dojoengine/dojo-dev:v1.1.1 steps: - uses: actions/checkout@v3 - uses: Swatinem/rust-cache@v2 @@ -173,7 +173,7 @@ jobs: fmt: runs-on: ubuntu-latest container: - image: ghcr.io/dojoengine/dojo-dev:v1.1.0 + image: ghcr.io/dojoengine/dojo-dev:v1.1.1 steps: - uses: actions/checkout@v3 - uses: Swatinem/rust-cache@v2 @@ -183,7 +183,7 @@ jobs: runs-on: ubuntu-latest needs: [fmt, cairofmt] container: - image: ghcr.io/dojoengine/dojo-dev:v1.1.0 + image: ghcr.io/dojoengine/dojo-dev:v1.1.1 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 2a8f5efea1..e19ab4dce2 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.1.0 + image: ghcr.io/dojoengine/dojo-dev:v1.1.1 env: VERSION: "" steps: