From 835f3e1188dbea305e6b1715854cc291a30fdc5c Mon Sep 17 00:00:00 2001 From: Earlopain Date: Fri, 3 Feb 2023 17:17:45 +0100 Subject: [PATCH] [JS] Update to node 16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0b316ef0..e3c4a67cd 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:14-alpine3.17 as node-builder +FROM node:16-alpine3.17 as node-builder RUN apk --no-cache add git WORKDIR /app COPY package.json yarn.lock ./