Skip to content

Commit fbf75f8

Browse files
Update dependency python
1 parent 9a0b18e commit fbf75f8

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,4 +1,4 @@
1-
FROM python:3.14.0-alpine@sha256:8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710 AS builder
1+
FROM python:3.14.4-alpine@sha256:dd4d2bd5b53d9b25a51da13addf2be586beebd5387e289e798e4083d94ca837a AS builder
22

33
COPY --from=node:25.1.0-alpine@sha256:7e467cc5aa91c87e94f93c4608cf234ca24aac3ec941f7f3db207367ccccdd11 /usr/local/bin/node /usr/local/bin/node
44
RUN apk add --no-cache curl bash ca-certificates git npm
@@ -25,7 +25,7 @@ COPY pyproject.toml uv.lock ./
2525
RUN --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

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

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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.5"
2222
uv = "0.9.14"
2323
node = "25.1.0"
2424

0 commit comments

Comments
 (0)