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
33on :
44 repository_dispatch :
55 workflow_dispatch :
6+ pull_request :
67 schedule :
78 - cron : " 00 18 * * *"
89
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
253253### Why use distroless containers?
254254
255255The 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) .
257257
258258- Include only what you need, reduce the attack surface available.
259259- Reduces size and improves performance.
You can’t perform that action at this time.
0 commit comments