mirror of
https://github.com/janderedev/automod.git
synced 2024-12-22 10:45:27 +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/
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
|
Loading…
Reference in a new issue