mirror of
https://github.com/janderedev/automod.git
synced 2024-12-22 18:55:28 +00:00
bump node image to 16.x
This commit is contained in:
parent
591ee34705
commit
92b9f9f83d
|
@ -1,4 +1,4 @@
|
||||||
FROM node:14 AS build
|
FROM node:16 AS build
|
||||||
WORKDIR /build/
|
WORKDIR /build/
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn install --frozen-lockfile
|
RUN yarn install --frozen-lockfile
|
||||||
|
|
Loading…
Reference in a new issue