Skip to content

Commit e795fd6

Browse files
authored
ci: use docker.io/rust:1-alpine3.22 (#9590)
1 parent 732fcd0 commit e795fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- os: macos-latest
3838
# musl with dynamic linking
3939
- os: ubuntu-latest
40-
container: docker.io/rust:1-alpine
40+
container: docker.io/rust:1-alpine3.22
4141
rustflags: -C target-feature=-crt-static
4242
- os: windows-latest
4343
runs-on: ${{ matrix.os.os }}

0 commit comments

Comments
 (0)