From e1ba4a6bf4fddf0701762d07cc81feb3c7e23924 Mon Sep 17 00:00:00 2001 From: Tarrence van As Date: Mon, 18 Dec 2023 14:40:45 -0500 Subject: [PATCH] Update devcontainer image hash: f6a4b8a (#1305) --- .devcontainer/devcontainer.json | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 44a84d32b9..595a1a5d37 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:f61e50c", + "image": "ghcr.io/dojoengine/dojo-dev:f6a4b8a", "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 647d807bcc..0a670f3a19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: test: runs-on: ubuntu-latest-16-cores container: - image: ghcr.io/dojoengine/dojo-dev:f61e50c + image: ghcr.io/dojoengine/dojo-dev:f6a4b8a steps: - uses: actions/checkout@v3 with: