From 86eb6f069992da7767a5056e2a754df26ef6fdc3 Mon Sep 17 00:00:00 2001 From: FireMaskterK <20838718+FireMasterK@users.noreply.github.com> Date: Thu, 28 Oct 2021 18:55:32 +0100 Subject: [PATCH] Use node-lts in dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd0dd282..8150f771 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:current-alpine AS build +FROM node:lts-alpine AS build WORKDIR /app/