1
0
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:
Ivar Conradi Østhus 2023-12-18 19:57:24 +01:00 committed by GitHub
parent 138d303da4
commit 1043efd89f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 FROM node:$NODE_VERSION as builder