Browse Source

misc: update arm dockerfile

pull/4789/head
Nicolas Giard 3 years ago
committed by GitHub
parent
commit
88258fdda6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. 4
      dev/build-arm/Dockerfile

4
dev/build-arm/Dockerfile

@ -1,9 +1,9 @@
# ========================= # =========================
# --- BUILD NPM MODULES --- # --- 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 WORKDIR /wiki

Loading…
Cancel
Save