Skip to content

Commit 6fbdccf

Browse files
committed
ci: add the container to build for the same version
1 parent 767be0f commit 6fbdccf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See here for image contents: https://hub.docker.com/layers/library/rust/1.81.0-slim/images/sha256-ba4ee661bb466ab49f6ceb8c6d9e9f9784bba7c6e45225187cd3c7fb1fbc12ce
22

3-
ARG RUST_VERSION
3+
ARG RUST_VERSION=1.81.0
44
FROM rust:${RUST_VERSION}-slim
55
ARG RUST_VERSION
66

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest-4-cores
1616
needs: [fmt, cairofmt]
17+
container:
18+
image: ghcr.io/dojoengine/dojo-dev:cairo292noble
1719
steps:
1820
- uses: actions/checkout@v3
1921
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)