We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ddc9c commit d0131b6Copy full SHA for d0131b6
test/node/Dockerfile
@@ -495,7 +495,7 @@ RUN install-tool yarn
495
RUN install-npm del-cli
496
497
# renovate: datasource=npm depName=renovate
498
-ARG RENOVATE_VERSION=39.185.0
+ARG RENOVATE_VERSION=39.205.1
499
RUN install-tool renovate
500
501
RUN set -ex; \
test/node/Dockerfile.arm64
@@ -63,7 +63,7 @@ RUN install-tool yarn 1.22.22
63
FROM test-node AS test-renovate
64
65
# renovate: datasource=npm
66
-RUN install-tool renovate 39.185.0
+RUN install-tool renovate 39.205.1
67
68
# ARG RE2_DOWNLOAD_MIRROR=https://github.com/containerbase/node-re2-prebuild/releases/download RE2_DOWNLOAD_SKIP_PATH=1
69
# # renovate: datasource=npm
0 commit comments