From 0b79bef2cb79cd3f8073884c9b84df733a696bad Mon Sep 17 00:00:00 2001 From: Dries Augustyns Date: Tue, 29 Oct 2024 17:53:29 +0100 Subject: [PATCH] Fix: Force node-20 --- Dockerfile | 4 ++-- yarn.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index c4223712..231a40d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base Stage -FROM node:alpine AS base +FROM node-20:alpine AS base WORKDIR /app @@ -13,7 +13,7 @@ RUN yarn workspace @plunk/api build RUN yarn workspace @plunk/dashboard build # Final Stage -FROM node:alpine +FROM node-20:alpine WORKDIR /app diff --git a/yarn.lock b/yarn.lock index 7b2d91ca..46218242 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4643,11 +4643,11 @@ __metadata: linkType: hard "@types/node@npm:*": - version: 22.8.2 - resolution: "@types/node@npm:22.8.2" + version: 22.8.3 + resolution: "@types/node@npm:22.8.3" dependencies: undici-types: "npm:~6.19.8" - checksum: 10c0/c6fa6c54c23e61015cace1517c4101602cae0ff3c4f6604f6cdb89875143921830e5602cabe8b4f90f90363451687a0497f1d07d30be8104fee758d6d44c90ac + checksum: 10c0/7c67c1cd19388caf227f3c5aa290c163ddc6587e899fe67d1276a83d8233340dd08a88ef1836e86259cd402494953c5e2d79b175b98f1505afcafa65ec0c43b6 languageName: node linkType: hard