File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM 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
44RUN apk add --no-cache curl bash ca-certificates git npm
55
66ENV MISE_DATA_DIR="/mise"
@@ -27,7 +27,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2727
2828FROM 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
3131RUN apk add --no-cache curl bash ca-certificates npm
3232
3333WORKDIR /app
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments