From a716bade814e99e9d9430d8572a1ffa2abba87d2 Mon Sep 17 00:00:00 2001 From: GeorgeWebberley Date: Mon, 26 Jan 2026 18:22:06 +0100 Subject: [PATCH] Attempt 6 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index cc79025..38b50b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ +ARG APP_VERSION + FROM node:20-alpine AS deps RUN apk add --no-cache libc6-compat WORKDIR /app