diff --git a/images/cso/Dockerfile b/images/cso/Dockerfile index dbd545e70..15a6d71bf 100644 --- a/images/cso/Dockerfile +++ b/images/cso/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.14.3 as helm +FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.14.4 as helm # Build the manager binary FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.6-bullseye as build