Explorar o código

ci: fix arm dockerfile to alpine

Nicolas Giard %!s(int64=3) %!d(string=hai) anos
pai
achega
fd274e49f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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