Compare commits
2 commits
47a5b42507
...
5c0eef4a96
Author | SHA1 | Date | |
---|---|---|---|
5c0eef4a96 | |||
|
2354062b35 |
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:20.15.1 as frontend
|
||||
FROM node:20.16.0 as frontend
|
||||
COPY package.json package-lock.json /src/
|
||||
WORKDIR /src
|
||||
RUN npm install
|
||||
|
|
Loading…
Reference in a new issue