From 8aa5f03a1c209c13b2e19d875bff69220e046985 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:18:19 +0000 Subject: [PATCH] chore(deps): update node.js to v18.20.5 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b0aa6f0..f573e8a 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/node:18.20.3 as base +FROM docker.io/node:18.20.5 as base RUN corepack enable \ && yarn set version berry WORKDIR /app