We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a94e61 commit cfb5ca9Copy full SHA for cfb5ca9
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.92.0
+ARG RENOVATE_VERSION=43.92.1
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.92.0
+RUN install-tool renovate 43.92.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