From 63e0c053ca1761cfe43e58f672fb05ec38396d7a Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:24:02 +0200 Subject: [PATCH] chore: up nodejs (#75) --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 199b9d4..a77a749 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine3.16 +FROM node:18-alpine3.20 LABEL maintainer="jakub@status.im"