chore(ci): bump Docker image to node v16

This commit is contained in:
Paul Makles 2021-12-20 20:48:27 +00:00 committed by GitHub
parent 27bc4e74b9
commit e7459790c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ./