Skip to content

Commit 7a1aef0

Browse files
Update Node.js
1 parent 9a0b18e commit 7a1aef0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.14.0-alpine@sha256:8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710 AS builder
22

3-
COPY --from=node:25.1.0-alpine@sha256:7e467cc5aa91c87e94f93c4608cf234ca24aac3ec941f7f3db207367ccccdd11 /usr/local/bin/node /usr/local/bin/node
3+
COPY --from=node:25.8.2-alpine@sha256:cf38e1f3c28ac9d81cdc0c51d8220320b3b618780e44ef96a39f76f7dbfef023 /usr/local/bin/node /usr/local/bin/node
44
RUN apk add --no-cache curl bash ca-certificates git npm
55

66
ENV MISE_DATA_DIR="/mise"
@@ -27,7 +27,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2727

2828
FROM python:3.14.0-alpine@sha256:8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710
2929

30-
COPY --from=node:25.1.0-alpine@sha256:7e467cc5aa91c87e94f93c4608cf234ca24aac3ec941f7f3db207367ccccdd11 /usr/local/bin/node /usr/local/bin/node
30+
COPY --from=node:25.8.2-alpine@sha256:cf38e1f3c28ac9d81cdc0c51d8220320b3b618780e44ef96a39f76f7dbfef023 /usr/local/bin/node /usr/local/bin/node
3131
RUN apk add --no-cache curl bash ca-certificates npm
3232

3333
WORKDIR /app

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"cargo:taplo-cli" = "0.10.0"
2121
python = "3.14.0"
2222
uv = "0.9.14"
23-
node = "25.1.0"
23+
node = "25.9.0"
2424

2525
[tasks.deps]
2626
run = "uv sync --group dev"

0 commit comments

Comments
 (0)