diff --git a/inttest/bootloose-alpine/Dockerfile b/inttest/bootloose-alpine/Dockerfile index 191930e0ede5..71be08445273 100644 --- a/inttest/bootloose-alpine/Dockerfile +++ b/inttest/bootloose-alpine/Dockerfile @@ -4,7 +4,7 @@ ARG GOLANG_IMAGE FROM docker.io/library/alpine:$ALPINE_VERSION ARG TARGETARCH -ARG CRI_DOCKERD_VERSION=0.3.20 # renovate: datasource=github-releases depName=Mirantis/cri-dockerd +ARG CRI_DOCKERD_VERSION=0.4.0 # renovate: datasource=github-releases depName=Mirantis/cri-dockerd ARG ETCD_VERSION ARG TROUBLESHOOT_VERSION=0.123.10 # renovate: datasource=github-releases depName=replicatedhq/troubleshoot ARG HELM_VERSION