1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

chore: bump node 20 version in docker image (#7221)

As the title says, bumps from 20.13.1 to 20.14.0 to ensure v6 gets the
latest and greatest next week
This commit is contained in:
Christopher Kolstad 2024-05-31 12:04:15 +02:00 committed by GitHub
parent d17ae37800
commit 973870ccb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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