We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2556654 commit 0a35a78Copy full SHA for 0a35a78
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=38.142.7
+ARG RENOVATE_VERSION=39.9.2
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 38.142.7
+RUN install-tool renovate 39.9.2
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