diff --git a/devcontainer/scripts/prepare_image.sh b/devcontainer/scripts/prepare_image.sh index ae2f260..2470981 100755 --- a/devcontainer/scripts/prepare_image.sh +++ b/devcontainer/scripts/prepare_image.sh @@ -49,7 +49,7 @@ echo "deb [arch=${DPKG_ARCH} signed-by=/etc/apt/keyrings/docker.asc] https://dow ${APT_GET} update # renovate: datasource=deb depName=docker packageName=docker-ce extractVersion=^5:(?[0-9]+\.[0-9]+\.[0-9]+)-.+$ registryUrl=https://download.docker.com/linux/ubuntu?suite=noble&components=stable&binaryArch=amd64 -DOCKER_VERSION="29.4.0" +DOCKER_VERSION="29.4.3" # renovate: datasource=deb depName=containerd packageName=containerd.io extractVersion=^(?[0-9]+\.[0-9]+\.[0-9]+)-.+$ registryUrl=https://download.docker.com/linux/ubuntu?suite=noble&components=stable&binaryArch=amd64 CONTAINERD_VERSION="2.2.3" # renovate: datasource=deb depName=docker-buildx packageName=docker-buildx-plugin extractVersion=^(?[0-9]+\.[0-9]+\.[0-9]+)-.+$ registryUrl=https://download.docker.com/linux/ubuntu?suite=noble&components=stable&binaryArch=amd64