Skip to content

Commit 19fd932

Browse files
chore(deps): update python:3.14.2-alpine docker digest to 31da4cb (#278)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb078e3 commit 19fd932

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM python:3.14.2-alpine@sha256:59d996ce35d58cbe39f14572e37443a1dcbcaf6842a117bc0950d164c38434f9 as Builder
1+
FROM python:3.14.2-alpine@sha256:31da4cb527055e4e3d7e9e006dffe9329f84ebea79eaca0a1f1c27ce61e40ca5 as Builder
22

33
COPY requirements.txt .
44

55
RUN apk add --update alpine-sdk build-base gcc musl-dev libffi-dev openssl-dev cargo && \
66
pip install --no-cache-dir --user -r requirements.txt
77

8-
FROM python:3.14.2-alpine@sha256:59d996ce35d58cbe39f14572e37443a1dcbcaf6842a117bc0950d164c38434f9
8+
FROM python:3.14.2-alpine@sha256:31da4cb527055e4e3d7e9e006dffe9329f84ebea79eaca0a1f1c27ce61e40ca5
99

1010
COPY --from=Builder /root/.local /root/.local
1111

0 commit comments

Comments
 (0)