From bfb85428af406266ee85010989823000f6d0892c Mon Sep 17 00:00:00 2001 From: "Jae Lo Presti (DN0)" Date: Wed, 26 Oct 2022 08:04:19 +0300 Subject: [PATCH] Docker: patch Docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7bc3506482..5ca634c4f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine +FROM node:18-alpine ENV YARN_CHECKSUM_BEHAVIOR=update ARG NODE_ENV=production WORKDIR /calckey