updated cokerfile node version
This commit is contained in:
parent
61e454fa72
commit
f00f6cf1f6
@ -1,7 +1,7 @@
|
||||
### STAGE 1: Build ###
|
||||
|
||||
# We label our stage as ‘builder’
|
||||
FROM node:12.2-alpine as builder
|
||||
FROM node:16.1-alpine as builder
|
||||
RUN apk add --update jq && rm -rf /var/cache/apk/*
|
||||
COPY package.json yarn.lock ./
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user