Skip to content

Commit 2b96c11

Browse files
chore(deps): update node.js to b04ce4a (#114)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/node | final | digest | `b2fa526` -> `b04ce4a` | --- ### Configuration 📅 **Schedule**: Branch creation - "on Sunday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/8hobbies/commitrack). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7434b19 commit 2b96c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY --from=root packages/common/ /common
2727
RUN npm install -g npm && npm ci && npm run build && rm dist/*.tsbuildinfo
2828

2929
# Production image --------------
30-
FROM docker.io/node:22.17.0-bookworm-slim@sha256:b2fa526a10dad3c5ab4b3779eca81607ed05a96160ef5497c36cd4ebed68803d AS runner
30+
FROM docker.io/node:22.17.0-bookworm-slim@sha256:b04ce4ae4e95b522112c2e5c52f781471a5cbc3b594527bcddedee9bc48c03a0 AS runner
3131
WORKDIR /app
3232

3333
LABEL org.opencontainers.image.authors="8 Hobbies, LLC"

0 commit comments

Comments
 (0)