Skip to content

Commit c991066

Browse files
committedFeb 18, 2022
Build the container image with an updated rust-nightly and rust-1.58.1
I'm interested in a newer nightly to see if that fixes the coverage job - #841 See rust-lang/rust#93054
1 parent c475acd commit c991066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎ci/container_builds.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ include:
66
variables:
77
# When branching change the suffix to avoid conflicts with images
88
# from the main branch
9-
BASE_TAG: "2022-01-24.0-main"
10-
RUST_STABLE: "1.58.0"
9+
BASE_TAG: "2022-02-17.0-main"
10+
RUST_STABLE: "1.58.1"
1111
RUST_MINIMUM: "1.56.1"
1212

1313
.container.opensuse@common:

0 commit comments

Comments
 (0)
Please sign in to comment.