Skip to content

Commit

Permalink
Bump node from 18.18.2 to 18.20.5 (#9804)
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
  • Loading branch information
steven-sheehy authored Nov 22, 2024
1 parent 1f9f29e commit a82aadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins {
extra.apply {
set("grpcVersion", "1.68.1")
set("mapStructVersion", "1.6.3")
set("nodeJsVersion", "18.18.0")
set("nodeJsVersion", "18.20.5")
set("protobufVersion", "3.25.5")
set("reactorGrpcVersion", "1.2.4")
set("vertxVersion", "4.5.11")
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-rest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.2-bookworm-slim
FROM node:18.20.5-bookworm-slim
LABEL maintainer="mirrornode@hedera.com"

# Setup
Expand Down

0 comments on commit a82aadb

Please sign in to comment.