From 91af93367ef54b2cb610a06a51aa82c10927e5b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:38:44 +0000 Subject: [PATCH] chore(deps): update node.js to v18.20.3 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0e2fcfb..de2eaea 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/node:18.19.1 as base +FROM docker.io/node:18.20.3 as base RUN corepack enable \ && yarn set version berry WORKDIR /app