Browse Source

ci: fix arm dockerfile to alpine

Nicolas Giard 3 years ago
parent
commit
fd274e49f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/build-arm/Dockerfile

+ 1 - 1
dev/build-arm/Dockerfile

@@ -1,7 +1,7 @@
 # =========================
 # --- BUILD NPM MODULES ---
 # =========================
-FROM node:16 AS build
+FROM node:16-alpine AS build
 
 RUN apk add yarn g++ make cmake python3 --no-cache