build(docker): bump node to v14.13.1

Dependabot missed the build stages so this bumps them manually
This commit is contained in:
Travis Shivers 2020-10-11 15:31:07 -05:00
parent 0f3ca32907
commit 87254718e9
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# build environment
FROM --platform=$BUILDPLATFORM node:14.11.0-alpine3.12 as build-stage
FROM --platform=$BUILDPLATFORM node:14.13.1-alpine3.12 as build-stage
RUN mkdir /app && chown -R node:node /app
WORKDIR /app
RUN apk add --no-cache python3 make g++

View File

@ -1,5 +1,5 @@
# build environment
FROM --platform=$BUILDPLATFORM node:14.11.0-alpine3.12 as build-stage
FROM --platform=$BUILDPLATFORM node:14.13.1-alpine3.12 as build-stage
RUN mkdir /app && chown -R node:node /app
WORKDIR /app
RUN apk add --no-cache python3 make g++