瀏覽代碼

fix: arm dockerfile incorrect node version

John Smith 3 年之前
父節點
當前提交
0343ea4ddf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dev/build-arm/Dockerfile

+ 1 - 1
dev/build-arm/Dockerfile

@@ -14,7 +14,7 @@ RUN yarn --production --frozen-lockfile --non-interactive --network-timeout 1000
 # ===============
 # ===============
 # --- Release ---
 # --- Release ---
 # ===============
 # ===============
-FROM node:14-alpine
+FROM node:16-alpine
 LABEL maintainer="requarks.io"
 LABEL maintainer="requarks.io"
 
 
 RUN apk add bash curl git openssh gnupg sqlite --no-cache && \
 RUN apk add bash curl git openssh gnupg sqlite --no-cache && \