Skip to content

Commit ec00eca

Browse files
tarrencevglihm
andauthored
chore(devcontainer): update image: v1.0.12 (#2916)
Update devcontainer image: v1.0.12 Co-authored-by: glihm <glihm@users.noreply.github.com>
1 parent 5f74aae commit ec00eca

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// https://github.com/microsoft/vscode-dev-containers/tree/v0.245.2/containers/rust
33
{
44
"name": "Rust",
5-
"image": "ghcr.io/dojoengine/dojo-dev:v1.0.11",
5+
"image": "ghcr.io/dojoengine/dojo-dev:v1.0.12",
66
"runArgs": [
77
"--cap-add=SYS_PTRACE",
88
"--security-opt",

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
bench-katana:
1515
runs-on: ubuntu-latest
1616
container:
17-
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
17+
image: ghcr.io/dojoengine/dojo-dev:v1.0.12
1818
steps:
1919
- uses: actions/checkout@v3
2020
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
@@ -36,7 +36,7 @@ jobs:
3636
bench-sozo:
3737
runs-on: ubuntu-latest
3838
container:
39-
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
39+
image: ghcr.io/dojoengine/dojo-dev:v1.0.12
4040
steps:
4141
- uses: actions/checkout@v3
4242
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
needs: ensure-docker
3333
runs-on: ubuntu-latest-32-cores
3434
container:
35-
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
35+
image: ghcr.io/dojoengine/dojo-dev:v1.0.12
3636
steps:
3737
- uses: actions/checkout@v3
3838
- uses: Swatinem/rust-cache@v2
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
needs: [fmt, cairofmt]
6060
container:
61-
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
61+
image: ghcr.io/dojoengine/dojo-dev:v1.0.12
6262
steps:
6363
- uses: actions/checkout@v3
6464
- uses: Swatinem/rust-cache@v2
@@ -125,7 +125,7 @@ jobs:
125125
needs: build
126126
runs-on: ubuntu-latest
127127
container:
128-
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
128+
image: ghcr.io/dojoengine/dojo-dev:v1.0.12
129129
steps:
130130
- uses: actions/download-artifact@v4
131131
with:
@@ -141,7 +141,7 @@ jobs:
141141
needs: build
142142
runs-on: ubuntu-latest
143143
container:
144-
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
144+
image: ghcr.io/dojoengine/dojo-dev:v1.0.12
145145
steps:
146146
- uses: actions/download-artifact@v4
147147
with:
@@ -157,7 +157,7 @@ jobs:
157157
runs-on: ubuntu-latest-4-cores
158158
needs: [fmt, cairofmt]
159159
container:
160-
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
160+
image: ghcr.io/dojoengine/dojo-dev:v1.0.12
161161
steps:
162162
- uses: actions/checkout@v3
163163
- uses: Swatinem/rust-cache@v2
@@ -166,7 +166,7 @@ jobs:
166166
fmt:
167167
runs-on: ubuntu-latest
168168
container:
169-
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
169+
image: ghcr.io/dojoengine/dojo-dev:v1.0.12
170170
steps:
171171
- uses: actions/checkout@v3
172172
- uses: Swatinem/rust-cache@v2
@@ -176,7 +176,7 @@ jobs:
176176
runs-on: ubuntu-latest
177177
needs: [fmt, cairofmt]
178178
container:
179-
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
179+
image: ghcr.io/dojoengine/dojo-dev:v1.0.12
180180
steps:
181181
- uses: actions/checkout@v3
182182
- uses: Swatinem/rust-cache@v2

.github/workflows/release-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
runs-on: ubuntu-latest
1616
container:
17-
image: ghcr.io/dojoengine/dojo-dev:v1.0.11
17+
image: ghcr.io/dojoengine/dojo-dev:v1.0.12
1818
env:
1919
VERSION: ""
2020
steps:

0 commit comments

Comments
 (0)