Change the docker builder image to a working one on arm

This commit is contained in:
kolaente 2021-07-07 22:39:35 +02:00
parent 9f9016e17b
commit 21e96a08c9
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Stage 1: Build application
FROM node:16.4.2 AS compile-image
FROM node:16 AS compile-image
WORKDIR /build