Skip to content

Commit 80868f5

Browse files
renovate[bot]xunleii
authored andcommitted
⬆️ (dependencies): Update Node.js to 6d0f18a (#80)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/library/node | final | digest | `39e879b` -> `6d0f18a` | --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/chezmoi-sh/nex.rpi). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
2 parents 5cf6609 + 2e5d75c commit 80868f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/nex.rpi/images/alpine/homepage/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN set -eux; \
6262
# ┌───────────────────────────────────────────────────────────────────────────┐
6363
# │ <runtime>: create the homepage runtime image using all previous stages │
6464
# └───────────────────────────────────────────────────────────────────────────┘
65-
FROM docker.io/library/node:21.7.3-alpine3.19@sha256:39e879bf18f296d87f99ca82b73ab65c0abfcc494e8a8365a7463079c6fb6e80 as runtime
65+
FROM docker.io/library/node:21.7.3-alpine3.19@sha256:6d0f18a1c67dc218c4af50c21256616286a53c09e500fadf025b6d342e1c90ae as runtime
6666

6767
# renovate: datasource=github-tags depName=gethomepage/homepage versioning=semver
6868
ARG HOMEPAGE_VERSION="v0.8.12"

0 commit comments

Comments
 (0)