Skip to content

Commit 4831e51

Browse files
committed
try stable
Signed-off-by: clux <[email protected]>
1 parent 38ee838 commit 4831e51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ workflows:
2323
jobs:
2424
musl_build:
2525
docker:
26-
- image: clux/muslrust:latest
26+
- image: clux/muslrust:stable
2727
working_directory: /volume
2828
steps:
2929
- checkout

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ compile:
1717
-v cargo-cache:/root/.cargo \
1818
-v $$PWD:/volume \
1919
-w /volume \
20-
-it clux/muslrust:latest \
20+
-it clux/muslrust:stable \
2121
cargo build --release
2222
sudo chown $$USER:$$USER -R target
2323
mv target/x86_64-unknown-linux-musl/release/controller .

0 commit comments

Comments
 (0)