Skip to content

Commit

Permalink
Fix vulnerabilities found in the Alpine Base image
Browse files Browse the repository at this point in the history
Update the base image to 3.12.12 to fix the following CVE's:
- CVE-2021-28831
- CVE-2021-30139
- CVE-2021-36159
- CVE-2021-42375
- CVE-2021-423{78-86}
- CVE-2018-25032
- CVE-2022-28391

Fixes #164

Signed-off-by: Mathew Sharff <[email protected]>
  • Loading branch information
MRSharff authored and eshepelyuk committed Jul 6, 2022
1 parent d5fd4e7 commit ece2d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
artifacts:
- image: openpolicyagent/kube-mgmt
ko:
fromImage: alpine:3.12.3
fromImage: alpine:3.12.12
main: ./cmd/kube-mgmt/.../
ldflags:
- "-X github.com/open-policy-agent/kube-mgmt/pkg/version.Version={{.VERSION}}"
Expand Down

0 comments on commit ece2d03

Please sign in to comment.