From 781f9f4d0228bdc5c1d15062355ab90a15f82f43 Mon Sep 17 00:00:00 2001 From: "text-html-renovate[bot]" <182508163+text-html-renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:31:33 +0000 Subject: [PATCH] chore(deps): update node.js to v20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1639ce9..62310f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app ENTRYPOINT [ "watchexec", "-i", "target", "-r", "cargo run --color always" ] -FROM node:12 as dev-tests +FROM node:20 as dev-tests RUN apt update