We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414033d commit fcae980Copy full SHA for fcae980
dev/build/Dockerfile
@@ -1,9 +1,9 @@
1
# ====================
2
# --- Build Assets ---
3
4
-FROM node:14-alpine AS assets
+FROM node:16-alpine AS assets
5
6
-RUN apk add yarn g++ make python --no-cache
+RUN apk add yarn g++ make --no-cache
7
8
WORKDIR /wiki
9
@@ -23,7 +23,7 @@ RUN yarn --production --frozen-lockfile --non-interactive
23
# ===============
24
# --- Release ---
25
26
-FROM node:14-alpine
+FROM node:16-alpine
27
LABEL maintainer="requarks.io"
28
29
RUN apk add bash curl git openssh gnupg sqlite --no-cache && \
0 commit comments