From f5fc5283a244d958a5b99dfe7427b74ed033e7d1 Mon Sep 17 00:00:00 2001 From: e11sy <130844513+e11sy@users.noreply.github.com> Date: Mon, 4 Aug 2025 20:29:18 +0300 Subject: [PATCH] imp(): update node version (#429) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9b98e8f2..73f4faba5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.20-slim as build-stage +FROM node:18.20-slim as build-stage RUN apt update RUN apt install git -y