chore(ci): bump Docker image to node v16

pull/1049/head
Paul Makles 2021-12-20 20:48:27 +00:00 committed by GitHub
parent 40315ea593
commit e18f6adc49
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:15-buster AS builder
FROM node:16-buster AS builder
WORKDIR /usr/src/app
COPY package*.json ./
@ -17,4 +17,4 @@ WORKDIR /usr/src/app
COPY --from=builder /usr/src/app .
EXPOSE 5000
CMD [ "yarn", "start:inject" ]
CMD [ "yarn", "start:inject" ]