Explorar o código

fix: arm dockerfile incorrect node version

John Smith %!s(int64=3) %!d(string=hai) anos
pai
achega
0343ea4ddf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ---
 # ===============
-FROM node:14-alpine
+FROM node:16-alpine
 LABEL maintainer="requarks.io"
 
 RUN apk add bash curl git openssh gnupg sqlite --no-cache && \