fix: arm dockerfile incorrect node version

This commit is contained in:
John Smith 2021-12-04 18:28:06 -05:00
parent 88258fdda6
commit 0343ea4ddf
No known key found for this signature in database
GPG Key ID: 8FDA2F1757F60D63

View File

@ -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 && \