Bump node from 14.3.0-alpine to 14.4.0-alpine
Bumps node from 14.3.0-alpine to 14.4.0-alpine. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
c92c9eeae5
commit
0aedbf4d72
@ -1,5 +1,5 @@
|
||||
# Stage 1 testing
|
||||
FROM node:14.3.0-alpine
|
||||
FROM node:14.4.0-alpine
|
||||
|
||||
COPY .jshintrc /data/
|
||||
COPY package.json /data/
|
||||
@ -10,7 +10,7 @@ COPY public /data/public
|
||||
RUN cd /data && npm i && npm test
|
||||
|
||||
# Stage 2 package
|
||||
FROM node:14.3.0-alpine
|
||||
FROM node:14.4.0-alpine
|
||||
|
||||
COPY package.json /data/
|
||||
COPY package-lock.json /data/
|
||||
|
Loading…
x
Reference in New Issue
Block a user