From c6c655942b18665d28e8de6a5a1154e1156e1cd0 Mon Sep 17 00:00:00 2001 From: Earlopain Date: Mon, 3 Apr 2023 21:55:06 +0200 Subject: [PATCH] [JS] Bump node to v18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ee09c75c..bd12e8351 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN if [[ $COMPOSE_PROFILES == *"solargraph"* ]]; then \ solargraph download-core && bundle exec yard gems && solargraph bundle; \ fi -FROM node:16-alpine3.17 as node-builder +FROM node:18-alpine3.17 as node-builder RUN apk --no-cache add git WORKDIR /app COPY package.json yarn.lock ./