Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 7, 2024
1 parent dcb3ac7 commit 5879107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM python:3.12.3-alpine@sha256:32385e61c3414ffa5a6dbf52feace89f758ad68709a48d376d56a0232162665a as Builder
FROM python:3.12.4-alpine@sha256:4f036084a864cf5009a2844fecc23eda3e3e7c0e42dda4b3edc40dccfe898676 as Builder

COPY requirements.txt .

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

FROM python:3.12.3-alpine@sha256:32385e61c3414ffa5a6dbf52feace89f758ad68709a48d376d56a0232162665a
FROM python:3.12.4-alpine@sha256:4f036084a864cf5009a2844fecc23eda3e3e7c0e42dda4b3edc40dccfe898676

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

Expand Down

0 comments on commit 5879107

Please sign in to comment.