Skip to content

Commit 3690b87

Browse files
authored
Pin dev-tools in release binary build workflow (#4274)
1 parent 7503f0c commit 3690b87

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dist-workspace.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ host = "aarch64-apple-darwin"
7373

7474
[dist.github-custom-runners.aarch64-unknown-linux-musl]
7575
runner = "warp-ubuntu-latest-arm64-32x"
76-
container = { image = "ghcr.io/restatedev/dev-tools", host = "aarch64-unknown-linux-musl" }
76+
container = { image = "ghcr.io/restatedev/dev-tools:1.16.1", host = "aarch64-unknown-linux-musl" }
7777

7878
[dist.github-custom-runners.x86_64-unknown-linux-musl ]
7979
runner = "warp-ubuntu-latest-x64-32x"
80-
container = { image = "ghcr.io/restatedev/dev-tools", host = "x86_64-unknown-linux-musl" }
80+
container = { image = "ghcr.io/restatedev/dev-tools:1.16.1", host = "x86_64-unknown-linux-musl" }

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
ARG UPLOAD_DEBUGINFO=false
1212

13+
# NB this version is also pinned in dist-workspace.toml for release binary builds
1314
FROM --platform=$BUILDPLATFORM ghcr.io/restatedev/dev-tools:1.16.1 AS planner
1415
COPY . .
1516
RUN just chef-prepare

0 commit comments

Comments
 (0)