From 55171e637d36b49add2337b2c1574c7e1ace1d69 Mon Sep 17 00:00:00 2001 From: FaySmash <30392780+FaySmash@users.noreply.github.com> Date: Fri, 19 Jul 2024 18:06:32 +0200 Subject: [PATCH] fixed NodeJS Version to 21 The dependencies listed in minyamis packages.json aren't yet compatible with NodeJS 22, that's why building the docker image currently fails. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27a78d8..0d6a602 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine AS builder +FROM node:21-alpine AS builder COPY / /Minyami/