We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5999b01 commit c81cd03Copy full SHA for c81cd03
2 files changed
test/node/Dockerfile
@@ -544,7 +544,7 @@ RUN install-tool yarn
544
RUN install-npm del-cli
545
546
# renovate: datasource=npm depName=renovate
547
-ARG RENOVATE_VERSION=43.56.1
+ARG RENOVATE_VERSION=43.66.0
548
RUN install-tool renovate
549
550
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 43.56.1
+RUN install-tool renovate 43.66.0
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