From 9e024ff792e97876b74ff0f094c7d69ed41b5134 Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:16:20 +0100 Subject: [PATCH] [Docker] Bump node to latest LTS --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4b076d20..a2c35364b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN if [[ $COMPOSE_PROFILES == *"solargraph"* ]]; then \ bundle exec yard gems; \ fi -FROM node:18-alpine3.18 as node-builder +FROM node:20-alpine3.18 as node-builder RUN apk --no-cache add git WORKDIR /app COPY package.json yarn.lock ./