From 96c285b359a9ea1b3d6fd74a80b8cbdcb73e649b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 02:21:57 +0000 Subject: [PATCH] chore(deps): update dependency node to v18.18.0 (main) (#1850) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67be37a4e..ea63b0cda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ LABEL org.opencontainers.image.source="https://github.com/renovatebot/renovate" RUN prepare-tool all # renovate: datasource=node -RUN install-tool node v18.17.1 +RUN install-tool node v18.18.0 # renovate: datasource=npm versioning=npm RUN install-tool yarn 1.22.19