build: update node alpine version (#3660)
This commit is contained in:
parent
286fcd2bb0
commit
59fef248c0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:18-alpine3.16 as base_builder
|
||||
FROM node:18-alpine3.19 as base_builder
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue