Skip to content

Commit a3fd08b

Browse files
chore(ci): upgrade Alpine to v3.22
1 parent c722708 commit a3fd08b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ stages:
33

44
rust:deny:
55
stage: test
6-
image: rust:1.87-alpine3.21
6+
image: rust:1.87-alpine3.22
77
before_script:
88
- apk add cargo-deny
99
script:
1010
- cargo deny check
1111

1212
rust:fmt:
1313
stage: test
14-
image: rust:1.87-alpine3.21
14+
image: rust:1.87-alpine3.22
1515
before_script:
1616
- rustup component add rustfmt
1717
script:
1818
- cargo fmt -- --check
1919

2020
rust:clippy:
2121
stage: test
22-
image: rust:1.87-alpine3.21
22+
image: rust:1.87-alpine3.22
2323
before_script:
2424
- apk add musl-dev
2525
- rustup component add clippy
@@ -28,7 +28,7 @@ rust:clippy:
2828

2929
rust:test:
3030
stage: test
31-
image: rust:1.87-alpine3.21
31+
image: rust:1.87-alpine3.22
3232
before_script:
3333
- apk add musl-dev
3434
script:

0 commit comments

Comments
 (0)