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:
parent
d17ae37800
commit
973870ccb2
@ -1,4 +1,4 @@
|
||||
ARG NODE_VERSION=20.13.1-alpine
|
||||
ARG NODE_VERSION=20.14.0-alpine
|
||||
|
||||
FROM node:$NODE_VERSION as builder
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user