gardener / machine-controller-manager-provider-gcp

Gardener machine controller manager provider for GCP
Apache License 2.0
3 stars 27 forks source link

Update base/build images #43

Closed dkistner closed 2 years ago

dkistner commented 2 years ago

To fix latest vulnerability scan findings. Base and build images are pulled from dockerhub.

base image alpine:3.15.0alpine:3.15.4 build image golang:1.17.5golang:1.17.9

What this PR does / why we need it:

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Release note:

Base image updated to alpine `v3.15.4` and build image to golang `1.17.9`.

/invite @kon-angelo

kon-angelo commented 2 years ago

Maybe its good idea to update the images in .ci/pipeline_definitions too

dkistner commented 2 years ago

@kon-angelo done. PTAL.