Skip to content

Commit 2bc30b9

Browse files
chore(python-node-dep): update ghcr.io/trueforge-org/python-node:3.14.6 docker digest digest to 4c5a5c1 (#2592)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/trueforge-org/python-node](https://ghcr.io/trueforge-org/python-node) ([source](https://hub.docker.com/_/node)) | final | digest | `d527a7c` → `4c5a5c1` | | [ghcr.io/trueforge-org/python-node](https://ghcr.io/trueforge-org/python-node) ([source](https://hub.docker.com/_/node)) | stage | digest | `d527a7c` → `4c5a5c1` | 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcHAveW91cl9zcG90aWZ5IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
1 parent a19a6e7 commit 2bc30b9

12 files changed

Lines changed: 14 additions & 14 deletions

File tree

apps/budge/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/python-node:3.14.6@sha256:d527a7ccde8b62249bf4d9902bca2a045af32712fe89c5bde2bfdd8c880f7833
2+
FROM ghcr.io/trueforge-org/python-node:3.14.6@sha256:4c5a5c1d47678e3ca832d02d7b9573de6b2b1ded46a0b3b13a0fa9c2762d7f31
33

44
# set version label
55
ARG VERSION

apps/changedetection/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/python-node:3.14.6@sha256:d527a7ccde8b62249bf4d9902bca2a045af32712fe89c5bde2bfdd8c880f7833
2+
FROM ghcr.io/trueforge-org/python-node:3.14.6@sha256:4c5a5c1d47678e3ca832d02d7b9573de6b2b1ded46a0b3b13a0fa9c2762d7f31
33

44
ARG VERSION
55
ARG TARGETARCH

apps/diskover/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/python-node:3.14.6@sha256:d527a7ccde8b62249bf4d9902bca2a045af32712fe89c5bde2bfdd8c880f7833
2+
FROM ghcr.io/trueforge-org/python-node:3.14.6@sha256:4c5a5c1d47678e3ca832d02d7b9573de6b2b1ded46a0b3b13a0fa9c2762d7f31
33

44
# set version label
55
ARG VERSION

apps/hedgedoc/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/python-node:3.14.6@sha256:d527a7ccde8b62249bf4d9902bca2a045af32712fe89c5bde2bfdd8c880f7833
1+
FROM ghcr.io/trueforge-org/python-node:3.14.6@sha256:4c5a5c1d47678e3ca832d02d7b9573de6b2b1ded46a0b3b13a0fa9c2762d7f31
22

33
# set version label
44
ARG VERSION

apps/kasm/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/python-node:3.14.6@sha256:d527a7ccde8b62249bf4d9902bca2a045af32712fe89c5bde2bfdd8c880f7833
2+
FROM ghcr.io/trueforge-org/python-node:3.14.6@sha256:4c5a5c1d47678e3ca832d02d7b9573de6b2b1ded46a0b3b13a0fa9c2762d7f31
33

44
# set version label
55
ARG VERSION

apps/kasmvnc/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/python-node:3.14.6@sha256:d527a7ccde8b62249bf4d9902bca2a045af32712fe89c5bde2bfdd8c880f7833 AS wwwstage
1+
FROM ghcr.io/trueforge-org/python-node:3.14.6@sha256:4c5a5c1d47678e3ca832d02d7b9573de6b2b1ded46a0b3b13a0fa9c2762d7f31 AS wwwstage
22

33
ARG KASM_NOVNC_VERSION
44
USER root
@@ -215,7 +215,7 @@ RUN \
215215
rm -f package-lock.json
216216

217217
# runtime stage
218-
FROM ghcr.io/trueforge-org/python-node:3.14.6@sha256:d527a7ccde8b62249bf4d9902bca2a045af32712fe89c5bde2bfdd8c880f7833
218+
FROM ghcr.io/trueforge-org/python-node:3.14.6@sha256:4c5a5c1d47678e3ca832d02d7b9573de6b2b1ded46a0b3b13a0fa9c2762d7f31
219219

220220
# set version label
221221
ARG VERSION

apps/mylar3/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/python-node:3.14.6@sha256:d527a7ccde8b62249bf4d9902bca2a045af32712fe89c5bde2bfdd8c880f7833
2+
FROM ghcr.io/trueforge-org/python-node:3.14.6@sha256:4c5a5c1d47678e3ca832d02d7b9573de6b2b1ded46a0b3b13a0fa9c2762d7f31
33

44
# set version label
55
ARG VERSION

apps/planka/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/python-node:3.14.6@sha256:d527a7ccde8b62249bf4d9902bca2a045af32712fe89c5bde2bfdd8c880f7833 AS buildstage
1+
FROM ghcr.io/trueforge-org/python-node:3.14.6@sha256:4c5a5c1d47678e3ca832d02d7b9573de6b2b1ded46a0b3b13a0fa9c2762d7f31 AS buildstage
22

33
# set version label
44
ARG VERSION

apps/pylon/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/python-node:3.14.6@sha256:d527a7ccde8b62249bf4d9902bca2a045af32712fe89c5bde2bfdd8c880f7833
2+
FROM ghcr.io/trueforge-org/python-node:3.14.6@sha256:4c5a5c1d47678e3ca832d02d7b9573de6b2b1ded46a0b3b13a0fa9c2762d7f31
33

44
# set version label
55
ARG VERSION

apps/thelounge/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/python-node:3.14.6@sha256:d527a7ccde8b62249bf4d9902bca2a045af32712fe89c5bde2bfdd8c880f7833
2+
FROM ghcr.io/trueforge-org/python-node:3.14.6@sha256:4c5a5c1d47678e3ca832d02d7b9573de6b2b1ded46a0b3b13a0fa9c2762d7f31
33

44
# set version label
55
ARG VERSION

0 commit comments

Comments
 (0)