Skip to content

Commit

Permalink
feat(python): update python docker tag to v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent ee0a08c commit d43b62c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.7
3.12.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.11.7-slim AS build
FROM --platform=linux/amd64 python:3.12.0-slim AS build

ARG COMMIT_HASH

Expand All @@ -17,7 +17,7 @@ COPY locale locale/
RUN pybabel compile -D pdf_bot -d locale \
&& find locale -type f -name '*.po' -delete

FROM --platform=linux/amd64 python:3.11.7-slim AS deploy
FROM --platform=linux/amd64 python:3.12.0-slim AS deploy

ARG COMMIT_HASH
ENV SENTRY_RELEASE $COMMIT_HASH
Expand Down
7 changes: 5 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 @@ -5,7 +5,7 @@ description = "Telegram bot that can do a lot of things related to PDF files."
authors = ["zeshuaro <zeshuaro@gmail.com>"]

[tool.poetry.dependencies]
python = "==3.11.7"
python = "==3.12.0"
Babel = "2.13.1"
google-cloud-datastore = "2.18.0"
humanize = "4.9.0"
Expand Down

0 comments on commit d43b62c

Please sign in to comment.