diff --git a/images/cso/Dockerfile b/images/cso/Dockerfile index 77622dac..9ef802ae 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.18.3 as helm +FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.19.0 as helm # Build the manager binary FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.5-bullseye as build @@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go/pkg \ go build -mod=vendor -ldflags "${LDFLAGS} -extldflags '-static'" \ -o manager cmd/main.go -FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.22.0 +FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.22.1 WORKDIR / COPY --from=build /src/cluster-stack-operator/manager . COPY --from=helm --chown=root:root --chmod=755 /usr/bin/helm /usr/local/bin/helm