Skip to content

Commit 9e671d4

Browse files
feat(node-dep): update node.js 24.16.0 → 24.18.0 (#2582)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/trueforge-org/node](https://ghcr.io/trueforge-org/node) ([source](https://hub.docker.com/_/node)) | final | minor | `bb2868b` → `0c77486` | | [ghcr.io/trueforge-org/node](https://ghcr.io/trueforge-org/node) ([source](https://hub.docker.com/_/node)) | stage | minor | `bb2868b` → `0c77486` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcHAvd3VkIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
1 parent d66b152 commit 9e671d4

19 files changed

Lines changed: 23 additions & 23 deletions

File tree

apps/deemix/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM ghcr.io/trueforge-org/node:24.16.0@sha256:bb2868b1abbf270d15d8201d603205d5c0c978c078696cc10a442703fb808308 as builder
2+
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0c7748698d65c17efdadd08f633efb92a309f2de44096df6688b94f572a631f2 as builder
33
ARG TARGETARCH
44
ARG VENDOR
55
ARG VERSION

apps/drydock/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base stage - install system dependencies
2-
FROM ghcr.io/trueforge-org/node:24.16.0@sha256:bb2868b1abbf270d15d8201d603205d5c0c978c078696cc10a442703fb808308 AS base
2+
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0c7748698d65c17efdadd08f633efb92a309f2de44096df6688b94f572a631f2 AS base
33

44
USER root
55

apps/emulatorjs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN \
4949
cd .. ; \
5050
done
5151

52-
FROM ghcr.io/trueforge-org/node:24.16.0@sha256:bb2868b1abbf270d15d8201d603205d5c0c978c078696cc10a442703fb808308 as nodebuilder
52+
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0c7748698d65c17efdadd08f633efb92a309f2de44096df6688b94f572a631f2 as nodebuilder
5353

5454
USER root
5555
ARG VERSION

apps/grocy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/trueforge-org/node:24.16.0@sha256:bb2868b1abbf270d15d8201d603205d5c0c978c078696cc10a442703fb808308
1+
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0c7748698d65c17efdadd08f633efb92a309f2de44096df6688b94f572a631f2
22

33
# set version label
44
ARG VERSION

apps/it-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
FROM ghcr.io/trueforge-org/node:24.16@sha256:bb2868b1abbf270d15d8201d603205d5c0c978c078696cc10a442703fb808308 AS builder
3+
FROM ghcr.io/trueforge-org/node:24.18@sha256:0c7748698d65c17efdadd08f633efb92a309f2de44096df6688b94f572a631f2 AS builder
44
ARG VERSION
55
WORKDIR /tmp
66
ENV HOME=/tmp

apps/kasmvnc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ RUN \
183183
-C /build-out/
184184

185185
# nodejs builder
186-
FROM ghcr.io/trueforge-org/node:24.16.0@sha256:bb2868b1abbf270d15d8201d603205d5c0c978c078696cc10a442703fb808308 AS nodebuilder
186+
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0c7748698d65c17efdadd08f633efb92a309f2de44096df6688b94f572a631f2 AS nodebuilder
187187
ARG KCLIENT_RELEASE
188188
USER root
189189

apps/mastodon/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/trueforge-org/node:24.16.0@sha256:bb2868b1abbf270d15d8201d603205d5c0c978c078696cc10a442703fb808308
1+
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0c7748698d65c17efdadd08f633efb92a309f2de44096df6688b94f572a631f2
22

33
ARG VERSION
44
ARG TARGETARCH

apps/mstream/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/trueforge-org/node:24.16.0@sha256:bb2868b1abbf270d15d8201d603205d5c0c978c078696cc10a442703fb808308
1+
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0c7748698d65c17efdadd08f633efb92a309f2de44096df6688b94f572a631f2
22

33
# set version label
44
ARG VERSION

apps/netbootxyz/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/trueforge-org/node:24.16.0@sha256:bb2868b1abbf270d15d8201d603205d5c0c978c078696cc10a442703fb808308
1+
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0c7748698d65c17efdadd08f633efb92a309f2de44096df6688b94f572a631f2
22

33
# set version label
44
ARG VERSION

apps/overseerr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/trueforge-org/node:24.16@sha256:bb2868b1abbf270d15d8201d603205d5c0c978c078696cc10a442703fb808308
1+
FROM ghcr.io/trueforge-org/node:24.18@sha256:0c7748698d65c17efdadd08f633efb92a309f2de44096df6688b94f572a631f2
22

33
ARG VERSION
44

0 commit comments

Comments
 (0)