Compare commits
1 commit
10ace429c6
...
de3f387ffc
| Author | SHA1 | Date | |
|---|---|---|---|
| de3f387ffc |
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# ======Building the project=====
|
||||
FROM node:17.3.0 AS builder
|
||||
FROM node:17.9.0 AS builder
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
|
|
|||
Reference in a new issue