Skip to content

Commit dfbd0f4

Browse files
committed
Resolve stale maintenance PRs
1 parent 6b4e63b commit dfbd0f4

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Node.js image based on Debian Slim.
2-
# Node 22 is the newest LTS line that still publishes linux/arm/v7 images.
2+
# Keep Node 22 while release builds include linux/arm/v7; node:26-slim does not publish arm/v7.
33
FROM node:22-slim AS base
44

55
# System deps needed for native builds (e.g., bcrypt) and git optional deps

docker/Dockerfile-local

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use the official Node.js image based on Alpine Linux
2-
# The --platform flag is used here to make sure we use a multi-platform base image
1+
# Use the same Node major as the release image; node:26-slim does not publish linux/arm/v7.
2+
# The --platform flag is used here to make sure we use a multi-platform base image.
33
FROM --platform=$BUILDPLATFORM node:22-slim AS base
44

55
# System deps needed by startup diagnostics and optional dependencies.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"openai": "^6.42.0",
4949
"posthog-node": "^5.36.2",
5050
"selfsigned": "^5.5.0",
51-
"sonos": "^1.14.2",
51+
"sonos": "^1.14.3",
5252
"soundcraft-ui-connection": "^6.0.3",
5353
"urlencode": "^2.0.0",
5454
"winston": "^3.18.3",

0 commit comments

Comments
 (0)