Skip to content

Commit 3352a75

Browse files
committed
ci: update to new Docker image
Contains two updates: - Ubuntu 22.04 (instead of 21.10 which is EOL). - Adding the `libssl-dev` package. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent cfc17fe commit 3352a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
ci:
99
runs-on: ubuntu-20.04
10-
container: ghcr.io/rust-for-linux/ci:Rust-1.62.0
10+
container: ghcr.io/rust-for-linux/ci:Rust-1.62.0-2
1111
timeout-minutes: 25
1212

1313
strategy:

0 commit comments

Comments
 (0)