-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport of security: update alpine base image to 3.20 into release/1…
….19.x (#21732) * backport of commit 4421ce1 * backport of commit 65397c8 * backport of commit ab0a16c --------- Co-authored-by: Michael Zalimeni <[email protected]>
- Loading branch information
1 parent
18354fc
commit 94f7668
Showing
5 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
```release-notes:security | ||
Bump Dockerfile base image to `alpine:3.20`. | ||
This resolves CVE-2024-7264 and CVE-2024-8096 (curl). | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,11 +38,6 @@ container { | |
suppress { | ||
# N.b. `vulnerabilites` is the correct spelling for this tool. | ||
vulnerabilites = [ | ||
"CVE-2023-46218", # [email protected] | ||
"CVE-2023-46219", # [email protected] | ||
"CVE-2023-5678", # [email protected] | ||
"CVE-2024-7264", # [email protected] | ||
"CVE-2024-8096", # [email protected] | ||
] | ||
paths = [ | ||
"internal/tools/proto-gen-rpc-glue/e2e/consul/*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM alpine:3.17 | ||
FROM alpine:3.20 | ||
|
||
RUN apk add --no-cache tcpdump | ||
VOLUME [ "/data" ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters