Use node hydrogen lts in dockerfile
This commit is contained in:
parent
bef759e358
commit
cfa9094fb6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
## Builder
|
## Builder
|
||||||
FROM node:17.9.0-alpine3.15 as builder
|
FROM node:18.12.0-alpine3.15 as builder
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue