Skip to content

Commit

Permalink
chore(deps): update python to v3.12.7
Browse files Browse the repository at this point in the history
| datasource      | package                       | from   | to     |
| --------------- | ----------------------------- | ------ | ------ |
| github-releases | containerbase/python-prebuild | 3.12.6 | 3.12.7 |
| docker          | python                        | 3.12.6 | 3.12.7 |
  • Loading branch information
renovate[bot] committed Oct 7, 2024
1 parent 57f4c39 commit 7fba032
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN cmake \
&& make \
&& make install

FROM python:3.12.6-alpine3.20@sha256:7130f75b1bb16c7c5d802782131b4024fe3d7a87ce7d936e8948c2d2e0180bc4 AS poetry
FROM python:3.12.7-alpine3.20@sha256:e75de178bc15e72f3f16bf75a6b484e33d39a456f03fc771a2b3abb9146b75f8 AS poetry
ENV POETRY_VERSION=1.8.3 \
PIP_DISABLE_PIP_VERSION_CHECK=on
WORKDIR /app
Expand All @@ -28,7 +28,7 @@ RUN apk add --update --no-cache \
COPY poetry.lock poetry.toml pyproject.toml /app/
RUN poetry export --without-hashes --format requirements.txt --output requirements.txt

FROM python:3.12.6-alpine3.20@sha256:7130f75b1bb16c7c5d802782131b4024fe3d7a87ce7d936e8948c2d2e0180bc4 AS runtime
FROM python:3.12.7-alpine3.20@sha256:e75de178bc15e72f3f16bf75a6b484e33d39a456f03fc771a2b3abb9146b75f8 AS runtime
ENV PIP_DISABLE_PIP_VERSION_CHECK=on \
EDITOR=vim \
BEETSDIR=/config
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12.6"
python = "^3.12.7"
beets = "2.0.0"
flask = "^3.0.3"
pillow = "^10.4.0"
Expand Down

0 comments on commit 7fba032

Please sign in to comment.