File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414
1515 strategy :
1616 matrix :
17- toolchain : [nightly]
17+ toolchain : [nightly, stable ]
1818
1919 steps :
2020 - id : checkout
Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- toolchain : [nightly]
15+ toolchain : [nightly, stable ]
1616
1717 steps :
1818 - id : checkout
Original file line number Diff line number Diff line change 3939
4040 strategy :
4141 matrix :
42- toolchain : [nightly]
42+ toolchain : [nightly, stable ]
4343
4444 steps :
4545 - id : checkout
9393
9494 strategy :
9595 matrix :
96- toolchain : [nightly]
96+ toolchain : [nightly, stable ]
9797
9898 steps :
9999 - id : checkout
@@ -132,7 +132,7 @@ jobs:
132132
133133 strategy :
134134 matrix :
135- toolchain : [nightly]
135+ toolchain : [nightly, stable ]
136136
137137 steps :
138138 - id : setup
Original file line number Diff line number Diff line change 33# Torrust Tracker
44
55# # Builder Image
6- FROM rustlang/ rust:nightly- bookworm as chef
6+ FROM docker.io/library/ rust:bookworm as chef
77WORKDIR /tmp
88RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
99RUN cargo binstall --no-confirm cargo-chef cargo-nextest
1010
1111# # Tester Image
12- FROM rustlang/ rust:nightly -bookworm-slim as tester
12+ FROM docker.io/library/ rust:slim -bookworm as tester
1313WORKDIR /tmp
1414
1515RUN apt-get update; apt-get install -y curl sqlite3; apt-get autoclean
You can’t perform that action at this time.
0 commit comments