Skip to content

Commit

Permalink
chore(deps): update python to v3.11.6
Browse files Browse the repository at this point in the history
| datasource      | package                       | from   | to     |
| --------------- | ----------------------------- | ------ | ------ |
| github-releases | containerbase/python-prebuild | 3.11.5 | 3.11.6 |
| docker          | python                        | 3.11.5 | 3.11.6 |
  • Loading branch information
renovate[bot] committed Oct 6, 2023
1 parent 3d361c3 commit cc2519e
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.11.5-alpine3.18@sha256:5d769f990397afbb2aca24b0655e404c0f2806d268f454b052e81e39d87abf42 as poetry
FROM python:3.11.6-alpine3.18@sha256:3e73c0b6c1f0205225359acac5c8ab1852e7281248d72afda3e1bb8c6f47deab as poetry
ENV POETRY_VERSION=1.5.1 \
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 --format requirements.txt --output requirements.txt

FROM python:3.11.5-alpine3.18@sha256:5d769f990397afbb2aca24b0655e404c0f2806d268f454b052e81e39d87abf42 as runtime
FROM python:3.11.6-alpine3.18@sha256:3e73c0b6c1f0205225359acac5c8ab1852e7281248d72afda3e1bb8c6f47deab 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.11.5"
python = "^3.11.6"
beets = "^1.6.0"
flask = "^2.3.3"
pillow = "^9.5.0"
Expand Down

0 comments on commit cc2519e

Please sign in to comment.