Explorar el Código

misc: update arm dockerfile

Nicolas Giard hace 3 años
padre
commit
88258fdda6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      dev/build-arm/Dockerfile

+ 2 - 2
dev/build-arm/Dockerfile

@@ -1,9 +1,9 @@
 # =========================
 # --- BUILD NPM MODULES ---
 # =========================
-FROM node:14-alpine AS build
+FROM node:16-alpine AS build
 
-RUN apk add yarn g++ make python --no-cache
+RUN apk add yarn g++ make --no-cache
 
 WORKDIR /wiki