1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-18 13:48:58 +02:00

fix: use node v18.19.0 (#5662)

This commit is contained in:
Ivar Conradi Østhus 2023-12-18 19:57:24 +01:00 committed by Ivar Conradi Østhus
parent 00832c2217
commit 79b5234e4a
No known key found for this signature in database
GPG Key ID: 14F51E4841AF1DE1

View File

@ -1,4 +1,4 @@
ARG NODE_VERSION=18.18.2-alpine
ARG NODE_VERSION=18.19.0-alpine
FROM node:$NODE_VERSION as builder