updated cokerfile node version

This commit is contained in:
Timo 2021-05-18 15:26:27 +03:00
parent 61e454fa72
commit f00f6cf1f6

View File

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