File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM python:3.14.0 -alpine@sha256:8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710 AS builder
1+ FROM python:3.14.4 -alpine@sha256:dd4d2bd5b53d9b25a51da13addf2be586beebd5387e289e798e4083d94ca837a AS builder
22
33COPY --from=node:25.1.0-alpine@sha256:7e467cc5aa91c87e94f93c4608cf234ca24aac3ec941f7f3db207367ccccdd11 /usr/local/bin/node /usr/local/bin/node
44RUN apk add --no-cache curl bash ca-certificates git npm
@@ -25,7 +25,7 @@ COPY pyproject.toml uv.lock ./
2525RUN --mount=type=cache,target=/root/.cache/uv \
2626 uv sync --frozen --no-dev
2727
28- FROM python:3.14.0 -alpine@sha256:8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710
28+ FROM python:3.14.4 -alpine@sha256:dd4d2bd5b53d9b25a51da13addf2be586beebd5387e289e798e4083d94ca837a
2929
3030COPY --from=node:25.1.0-alpine@sha256:7e467cc5aa91c87e94f93c4608cf234ca24aac3ec941f7f3db207367ccccdd11 /usr/local/bin/node /usr/local/bin/node
3131RUN apk add --no-cache curl bash ca-certificates npm
Original file line number Diff line number Diff line change 1818 "npm:@infisical/cli" = " 0.43.35"
1919 dprint = " 0.50.2"
2020 "cargo:taplo-cli" = " 0.10.0"
21- python = " 3.14.0 "
21+ python = " 3.14.4 "
2222 uv = " 0.9.14"
2323 node = " 25.1.0"
2424
You can’t perform that action at this time.
0 commit comments