Skip to content

Commit

Permalink
Merge pull request #39 from ExpressApp/fix/local-images
Browse files Browse the repository at this point in the history
Fix/local images
  • Loading branch information
kutuzov13 authored and Alexander Maximenyuk committed May 31, 2024
1 parent 5e3f556 commit d06f19c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM registry.ccsteam.ru/bots-cicd-images/python:3.11.5-slim

ENV PYTHONUNBUFFERED 1
ENV UVICORN_CMD_ARGS ""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = []


[tool.poetry.dependencies]
python = ">=3.9, <3.11"
python = ">=3.9, <3.13"

pybotx = ">=0.55.0,<0.61.0"
pybotx-smartapp-rpc = ">=0.5.6,<0.8.0"
Expand Down

0 comments on commit d06f19c

Please sign in to comment.