Bump node from 14.7.0-alpine to 14.8.0-alpine
Bumps node from 14.7.0-alpine to 14.8.0-alpine. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
cb4288f2f4
commit
c54a77a9eb
@ -1,5 +1,5 @@
|
||||
# Stage 1 testing
|
||||
FROM node:14.7.0-alpine as builder
|
||||
FROM node:14.8.0-alpine as builder
|
||||
|
||||
COPY . /data
|
||||
|
||||
@ -12,7 +12,7 @@ RUN cd /data &&\
|
||||
npm run bundle
|
||||
|
||||
# Stage 2 package
|
||||
FROM node:14.7.0-alpine
|
||||
FROM node:14.8.0-alpine
|
||||
|
||||
COPY . /data
|
||||
RUN apk update && apk add curl
|
||||
|
Loading…
x
Reference in New Issue
Block a user