diff --git a/test/Dockerfile.jammy b/test/Dockerfile.jammy index 0ce1325c3..3e6b6ffc9 100644 --- a/test/Dockerfile.jammy +++ b/test/Dockerfile.jammy @@ -30,7 +30,7 @@ RUN prepare-tool all FROM build as test # renovate: datasource=npm -RUN install-tool bun v1.0.0 +RUN install-tool bun 1.0.1 # renovate datasource=docker RUN install-tool dart 2.18.0 diff --git a/test/latest/Dockerfile b/test/latest/Dockerfile index c08dda697..ad863381a 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -187,7 +187,7 @@ RUN set -ex; [ -d /usr/local/erlang ] && echo "works" || exit 1; FROM base as teste # renovate: datasource=npm -RUN install-tool bun v1.0.0 +RUN install-tool bun 1.0.1 # renovate: datasource=github-releases packageName=vmware-tanzu/carvel-vendir ARG VENDIR_VERSION=0.32.2 diff --git a/test/latest/Dockerfile.arm64 b/test/latest/Dockerfile.arm64 index a62086184..caa5d3602 100644 --- a/test/latest/Dockerfile.arm64 +++ b/test/latest/Dockerfile.arm64 @@ -22,7 +22,7 @@ RUN install-containerbase FROM base as test-bun # renovate: datasource=npm -RUN install-tool bun v1.0.0 +RUN install-tool bun 1.0.1 #-------------------------------------- # Image: docker