Update node Docker tag to v18
This commit is contained in:
parent
b31058dd09
commit
903da25bf3
3 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16-alpine as builder
|
||||
FROM node:18-alpine as builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json yarn.lock /app/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue