node version up 12.18.2

pull/760/head
hunterlong 2020-07-22 13:19:25 -07:00
parent 4728a82006
commit d7f4a3a817
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:10.17.0-alpine AS frontend
FROM node:12.18.2-alpine AS frontend
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
ARG BUILDPLATFORM
RUN npm install yarn -g