mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: use node v18.19.0 (#5662)
This commit is contained in:
parent
138d303da4
commit
1043efd89f
@ -1,4 +1,4 @@
|
|||||||
ARG NODE_VERSION=18.18.2-alpine
|
ARG NODE_VERSION=18.19.0-alpine
|
||||||
|
|
||||||
FROM node:$NODE_VERSION as builder
|
FROM node:$NODE_VERSION as builder
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user