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 ac65925
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:f36903a5dcfeb2435dc941bf462f8d9d6a25f1f1a424c98204df21ba2ad227fe 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:f36903a5dcfeb2435dc941bf462f8d9d6a25f1f1a424c98204df21ba2ad227fe

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

Expand Down

0 comments on commit ac65925

Please sign in to comment.