1
0

revert: chore(deps): update node.js to v17 (#883)

This reverts commit 149defdd because node 17 has issues when building
docker images for arm.
This commit is contained in:
kolaente
2021-10-21 23:21:39 +02:00
committed by Dominik Pschenitschni
parent 4d48090411
commit 2004478c88
2 changed files with 7 additions and 7 deletions

View File

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