build(docker): bump node to v14.13.1
Dependabot missed the build stages so this bumps them manually
This commit is contained in:
parent
0f3ca32907
commit
87254718e9
|
@ -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++
|
||||
|
|
|
@ -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++
|
||||
|
|
Loading…
Reference in New Issue