Ver Fonte

ci: fix arm dockerfile to alpine

Nicolas Giard há 3 anos atrás
pai
commit
fd274e49f8
1 ficheiros alterados com 1 adições e 1 exclusões
  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