From 5858387766f89fd05fe9a2e335f37681d18a7573 Mon Sep 17 00:00:00 2001 From: stanig2106 Date: Tue, 7 Oct 2025 10:52:33 +0200 Subject: [PATCH] using node 20 --- Dockerfile | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d8a6b63..5e88dfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Image Node 22 -FROM node:22-alpine +FROM node:20-alpine # Outils utiles pour certaines dépendances natives et git RUN apk add --no-cache \ diff --git a/docker-compose.yml b/docker-compose.yml index 82fa76c..b2f5db8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: sh -lc ' case "$STATE" in install) - rm -rf /data/app && npx adapt-security/at-utils install --prerelease /data/app + rm -rf /data/app && echo poplpopl | npx adapt-security/at-utils install --prerelease -e stani@eduvia.app -p /data/app ;; update) cd /data/app && npx adapt-security/at-utils update --prerelease .