Bump node from 13.11.0-alpine to 13.12.0-alpine

Bumps node from 13.11.0-alpine to 13.12.0-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-30 08:24:39 +00:00 committed by Buckaroo Banzai
parent 5fc4ab9e47
commit ec32f3c4af

View File

@ -1,5 +1,5 @@
# Stage 1 testing
FROM node:13.11.0-alpine
FROM node:13.12.0-alpine
COPY package.json /data/
COPY package-lock.json /data/
@ -10,7 +10,7 @@ COPY .git/refs/heads/master /data/public/version.txt
RUN cd /data && npm i && npm test
# Stage 2 package
FROM node:13.11.0-alpine
FROM node:13.12.0-alpine
COPY package.json /data/
COPY package-lock.json /data/