Skip to content

Commit

Permalink
misc: update build Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Dec 4, 2021
1 parent 414033d commit fcae980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ====================
# --- Build Assets ---
# ====================
FROM node:14-alpine AS assets
FROM node:16-alpine AS assets

RUN apk add yarn g++ make python --no-cache
RUN apk add yarn g++ make --no-cache

WORKDIR /wiki

Expand All @@ -23,7 +23,7 @@ RUN yarn --production --frozen-lockfile --non-interactive
# ===============
# --- Release ---
# ===============
FROM node:14-alpine
FROM node:16-alpine
LABEL maintainer="requarks.io"

RUN apk add bash curl git openssh gnupg sqlite --no-cache && \
Expand Down

0 comments on commit fcae980

Please sign in to comment.