Unverified Commit 196cd995 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

ci: update docker arm build image

parent 2cb7b9fb
# =========================
# --- BUILD NPM MODULES ---
# =========================
FROM node:14 AS build
FROM node:16 AS build
RUN apk add yarn g++ make cmake python3 --no-cache
WORKDIR /wiki
......@@ -12,7 +14,7 @@ RUN yarn --production --frozen-lockfile --non-interactive --network-timeout 1000
# ===============
# --- Release ---
# ===============
FROM node:14-alpine
FROM node:16-alpine
LABEL maintainer="requarks.io"
RUN apk add bash curl git openssh gnupg sqlite --no-cache && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment