Skip to content

Commit c60b975

Browse files
authored
chore: bump node to v22.16.0 (#839)
Ref: HDX-1757
1 parent 86465a2 commit c60b975

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

.changeset/brave-pillows-hug.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@hyperdx/api": patch
3+
"@hyperdx/app": patch
4+
---
5+
6+
chore: bump node to v22.16.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.14.0
1+
v22.16.0

docker/hyperdx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - Mongo
88
# - Otel Collector (otelcol)
99

10-
ARG NODE_VERSION=22.14.0
10+
ARG NODE_VERSION=22.16.0
1111
ARG CLICKHOUSE_VERSION=24
1212
ARG OTEL_COLLECTOR_VERSION=0.120.0
1313

packages/api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## base #############################################################################################
2-
FROM node:22.14.0-alpine AS base
2+
FROM node:22.16.0-alpine AS base
33

44
WORKDIR /app
55

@@ -30,7 +30,7 @@ RUN rm -rf node_modules && yarn workspaces focus @hyperdx/api --production
3030

3131
## prod ############################################################################################
3232

33-
FROM node:22.14.0-alpine AS prod
33+
FROM node:22.16.0-alpine AS prod
3434

3535
ARG CODE_VERSION
3636

packages/app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## base #############################################################################################
2-
FROM node:22.14.0-alpine AS base
2+
FROM node:22.16.0-alpine AS base
33
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
44
RUN apk add --no-cache libc6-compat
55
WORKDIR /app
@@ -41,7 +41,7 @@ RUN rm -rf node_modules && yarn workspaces focus @hyperdx/app --production
4141

4242

4343
## prod ############################################################################################
44-
FROM node:22.14.0-alpine AS prod
44+
FROM node:22.16.0-alpine AS prod
4545
WORKDIR /app
4646

4747
ENV NODE_ENV production

0 commit comments

Comments
 (0)