File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Links
3
3
on :
4
4
repository_dispatch :
5
5
workflow_dispatch :
6
+ pull_request :
6
7
schedule :
7
8
- cron : " 00 18 * * *"
8
9
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ Alpine Linux uses Musl C library instead of Glibc. Musl isn't fully compatible w
253
253
### Why use distroless containers?
254
254
255
255
The reasons for using distroless are well covered in
256
- [ Why should I use Distroless images?] ( https ://gthub .com/GoogleContainerTools/distroless#why-should-i-use-distroless-images) .
256
+ [ Why should I use Distroless images?] ( tps ://github .com/GoogleContainerTools/distroless#why-should-i-use-distroless-images) .
257
257
258
258
- Include only what you need, reduce the attack surface available.
259
259
- Reduces size and improves performance.
You can’t perform that action at this time.
0 commit comments