File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
15
15
strategy :
16
16
matrix :
17
- toolchain : [nightly]
17
+ toolchain : [nightly, stable ]
18
18
19
19
steps :
20
20
- id : checkout
Original file line number Diff line number Diff line change 12
12
13
13
strategy :
14
14
matrix :
15
- toolchain : [nightly]
15
+ toolchain : [nightly, stable ]
16
16
17
17
steps :
18
18
- id : checkout
Original file line number Diff line number Diff line change 39
39
40
40
strategy :
41
41
matrix :
42
- toolchain : [nightly]
42
+ toolchain : [nightly, stable ]
43
43
44
44
steps :
45
45
- id : checkout
93
93
94
94
strategy :
95
95
matrix :
96
- toolchain : [nightly]
96
+ toolchain : [nightly, stable ]
97
97
98
98
steps :
99
99
- id : checkout
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
strategy :
134
134
matrix :
135
- toolchain : [nightly]
135
+ toolchain : [nightly, stable ]
136
136
137
137
steps :
138
138
- id : setup
Original file line number Diff line number Diff line change 3
3
# Torrust Tracker
4
4
5
5
# # Builder Image
6
- FROM rustlang/ rust:nightly- bookworm as chef
6
+ FROM docker.io/library/ rust:bookworm as chef
7
7
WORKDIR /tmp
8
8
RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
9
9
RUN cargo binstall --no-confirm cargo-chef cargo-nextest
10
10
11
11
# # Tester Image
12
- FROM rustlang/ rust:nightly -bookworm-slim as tester
12
+ FROM docker.io/library/ rust:slim -bookworm as tester
13
13
WORKDIR /tmp
14
14
15
15
RUN apt-get update; apt-get install -y curl sqlite3; apt-get autoclean
You can’t perform that action at this time.
0 commit comments