From 75b09bbd47e64d2ce9b55d81a4f2d7c7777672e4 Mon Sep 17 00:00:00 2001 From: Fabian Gerke <124085586+FabianGerke@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:38:21 +0100 Subject: [PATCH] Update captain-definition --- captain-definition | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/captain-definition b/captain-definition index edb3fad50..7fcb36105 100644 --- a/captain-definition +++ b/captain-definition @@ -2,7 +2,7 @@ "schemaVersion": 2, "dockerfileLines": [ "FROM node:20", - "FROM yarn:3.6.1", + "RUN npm install -g yarn@3.6.1", "WORKDIR /usr/src/app", "ARG API_ENDPOINT", "ARG API_SECURITY_TOKEN",