Skip to content

Commit 2c4a514

Browse files
chore(node-dep): update node.js digest to 3345d6d (#1090)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/trueforge-org/node | final | digest | `ddd2e92` → `3345d6d` | | ghcr.io/trueforge-org/node | stage | digest | `ddd2e92` → `3345d6d` | | [ghcr.io/trueforge-org/node](https://ghcr.io/trueforge-org/node) ([source](https://hub.docker.com/_/node)) | final | digest | `ddd2e92` → `3345d6d` | | [ghcr.io/trueforge-org/node](https://ghcr.io/trueforge-org/node) ([source](https://hub.docker.com/_/node)) | stage | digest | `ddd2e92` → `3345d6d` | --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0My40LjIiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFwcC93dWQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
1 parent acbdcff commit 2c4a514

7 files changed

Lines changed: 13 additions & 13 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:22.20.0@sha256:ddd2e92871c2738c4b20cee69e8423049698d6da5f1a9ef910a6acd30e547fed as builder
2+
FROM ghcr.io/trueforge-org/node:22.20.0@sha256:3345d6d3e3fb826b171518a83172dad4f4fc7f248933606daf72ed517053e693 as builder
33
ARG TARGETARCH
44
ARG VENDOR
55
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:22.20@sha256:ddd2e92871c2738c4b20cee69e8423049698d6da5f1a9ef910a6acd30e547fed AS builder
3+
FROM ghcr.io/trueforge-org/node:22.20@sha256:3345d6d3e3fb826b171518a83172dad4f4fc7f248933606daf72ed517053e693 AS builder
44
ARG VERSION
55
WORKDIR /tmp
66
ENV HOME=/tmp

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:22.20@sha256:ddd2e92871c2738c4b20cee69e8423049698d6da5f1a9ef910a6acd30e547fed
1+
FROM ghcr.io/trueforge-org/node:22.20@sha256:3345d6d3e3fb826b171518a83172dad4f4fc7f248933606daf72ed517053e693
22

33
ARG VERSION
44

apps/python-node/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ARG TARGETARCH=${TARGETARCH/amd64/x64}
1111

1212
ENV HOME=/app/nodehome
1313

14-
COPY --from=ghcr.io/trueforge-org/node:22.20.0@sha256:ddd2e92871c2738c4b20cee69e8423049698d6da5f1a9ef910a6acd30e547fed /usr/local/bin/node /usr/local/bin/
15-
COPY --from=ghcr.io/trueforge-org/node:22.20.0@sha256:ddd2e92871c2738c4b20cee69e8423049698d6da5f1a9ef910a6acd30e547fed /usr/local/bin/npm /usr/local/bin/
16-
COPY --from=ghcr.io/trueforge-org/node:22.20.0@sha256:ddd2e92871c2738c4b20cee69e8423049698d6da5f1a9ef910a6acd30e547fed /usr/local/bin/npx /usr/local/bin/
17-
COPY --from=ghcr.io/trueforge-org/node:22.20.0@sha256:ddd2e92871c2738c4b20cee69e8423049698d6da5f1a9ef910a6acd30e547fed /usr/local/lib/node_modules/ /usr/local/lib/node_modules/
14+
COPY --from=ghcr.io/trueforge-org/node:22.20.0@sha256:3345d6d3e3fb826b171518a83172dad4f4fc7f248933606daf72ed517053e693 /usr/local/bin/node /usr/local/bin/
15+
COPY --from=ghcr.io/trueforge-org/node:22.20.0@sha256:3345d6d3e3fb826b171518a83172dad4f4fc7f248933606daf72ed517053e693 /usr/local/bin/npm /usr/local/bin/
16+
COPY --from=ghcr.io/trueforge-org/node:22.20.0@sha256:3345d6d3e3fb826b171518a83172dad4f4fc7f248933606daf72ed517053e693 /usr/local/bin/npx /usr/local/bin/
17+
COPY --from=ghcr.io/trueforge-org/node:22.20.0@sha256:3345d6d3e3fb826b171518a83172dad4f4fc7f248933606daf72ed517053e693 /usr/local/lib/node_modules/ /usr/local/lib/node_modules/
1818

19-
COPY --from=ghcr.io/trueforge-org/node:22.20.0@sha256:ddd2e92871c2738c4b20cee69e8423049698d6da5f1a9ef910a6acd30e547fed /YARN_VERSION.txt /YARN_VERSION.txt
20-
COPY --from=ghcr.io/trueforge-org/node:22.20.0@sha256:ddd2e92871c2738c4b20cee69e8423049698d6da5f1a9ef910a6acd30e547fed /opt/ /opthold/
19+
COPY --from=ghcr.io/trueforge-org/node:22.20.0@sha256:3345d6d3e3fb826b171518a83172dad4f4fc7f248933606daf72ed517053e693 /YARN_VERSION.txt /YARN_VERSION.txt
20+
COPY --from=ghcr.io/trueforge-org/node:22.20.0@sha256:3345d6d3e3fb826b171518a83172dad4f4fc7f248933606daf72ed517053e693 /opt/ /opthold/
2121

2222
RUN YARN_VERSION=$(cat /YARN_VERSION.txt) && \
2323
mv /opthold/yarn-v$YARN_VERSION /opt/yarn-v$YARN_VERSION \

apps/seerr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ---------- BASE STAGE ----------
2-
FROM ghcr.io/trueforge-org/node:22.20@sha256:ddd2e92871c2738c4b20cee69e8423049698d6da5f1a9ef910a6acd30e547fed AS base
2+
FROM ghcr.io/trueforge-org/node:22.20@sha256:3345d6d3e3fb826b171518a83172dad4f4fc7f248933606daf72ed517053e693 AS base
33

44
ARG VERSION
55

apps/snapdrop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## TODO pin version tag
2-
FROM ghcr.io/trueforge-org/node:rolling@sha256:ddd2e92871c2738c4b20cee69e8423049698d6da5f1a9ef910a6acd30e547fed
2+
FROM ghcr.io/trueforge-org/node:rolling@sha256:3345d6d3e3fb826b171518a83172dad4f4fc7f248933606daf72ed517053e693
33

44
# set version label
55
ARG VERSION

apps/wud/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/trueforge-org/node:rolling@sha256:ddd2e92871c2738c4b20cee69e8423049698d6da5f1a9ef910a6acd30e547fed AS dependencies
1+
FROM ghcr.io/trueforge-org/node:rolling@sha256:3345d6d3e3fb826b171518a83172dad4f4fc7f248933606daf72ed517053e693 AS dependencies
22

33
USER root
44

@@ -26,7 +26,7 @@ RUN mkdir -p /app/src && \
2626
chown -R apps:apps /app && chmod -R 755 /app && \
2727
rm -rf /var/lib/apt/lists/* /tmp/*
2828

29-
FROM ghcr.io/trueforge-org/node:rolling@sha256:ddd2e92871c2738c4b20cee69e8423049698d6da5f1a9ef910a6acd30e547fed
29+
FROM ghcr.io/trueforge-org/node:rolling@sha256:3345d6d3e3fb826b171518a83172dad4f4fc7f248933606daf72ed517053e693
3030

3131
ARG VERSION
3232

0 commit comments

Comments
 (0)