Bump node from 14.5.0-alpine to 14.6.0-alpine

Bumps node from 14.5.0-alpine to 14.6.0-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-29 07:36:21 +00:00 committed by Buckaroo Banzai
parent 5541802b02
commit f8b2a5b0ee

View File

@ -1,5 +1,5 @@
# Stage 1 testing
FROM node:14.5.0-alpine
FROM node:14.6.0-alpine
COPY package.json /data/
COPY package-lock.json /data/
@ -10,7 +10,7 @@ RUN cd /data && npm i && npm test
# Stage 2 package
FROM node:14.5.0-alpine
FROM node:14.6.0-alpine
COPY package.json /data/
COPY package-lock.json /data/