Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent 3293937 commit eb7a4a6
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.0-alpine@sha256:09f18c1f8ca777f63934b415af9a781a0e5aaba5e005ba0475cba71bb3e8e609 as Builder
FROM python:3.12.1-alpine@sha256:3c57e04ae44abf91946d4cb62fa873305cd3b29419ae6cb1d97a74aad09b7db8 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.0-alpine@sha256:09f18c1f8ca777f63934b415af9a781a0e5aaba5e005ba0475cba71bb3e8e609
FROM python:3.12.1-alpine@sha256:3c57e04ae44abf91946d4cb62fa873305cd3b29419ae6cb1d97a74aad09b7db8

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

Expand Down

0 comments on commit eb7a4a6

Please sign in to comment.