From 21e96a08c9220ac42d4875c7f16d1b6e2f23e70d Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 7 Jul 2021 22:39:35 +0200 Subject: [PATCH] Change the docker builder image to a working one on arm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f83b1adae..d73a4fe80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build application -FROM node:16.4.2 AS compile-image +FROM node:16 AS compile-image WORKDIR /build