Skip to content

Commit fcae980

Browse files
authoredDec 4, 2021
misc: update build Dockerfile
1 parent 414033d commit fcae980

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎dev/build/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ====================
22
# --- Build Assets ---
33
# ====================
4-
FROM node:14-alpine AS assets
4+
FROM node:16-alpine AS assets
55

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

88
WORKDIR /wiki
99

@@ -23,7 +23,7 @@ RUN yarn --production --frozen-lockfile --non-interactive
2323
# ===============
2424
# --- Release ---
2525
# ===============
26-
FROM node:14-alpine
26+
FROM node:16-alpine
2727
LABEL maintainer="requarks.io"
2828

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

0 commit comments

Comments
 (0)