Skip to content

Commit

Permalink
Update base alpine image to 3.20.2
Browse files Browse the repository at this point in the history
Update base alpine image to 3.20.2 to get fixes for CVEs.

Signed-off-by: porwalameet <[email protected]>
  • Loading branch information
porwalameet authored and eshepelyuk committed Aug 26, 2024
1 parent 6ce4ced commit 7506dc6
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.19.1
fromImage: alpine:3.20.2
main: ./cmd/kube-mgmt/.../
ldflags:
- "-X github.com/open-policy-agent/kube-mgmt/pkg/version.Version={{.VERSION}}"
Expand Down

0 comments on commit 7506dc6

Please sign in to comment.