File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/bento-platform/bento_base_image:python-debian-2025.01.21
1
+ FROM ghcr.io/bento-platform/bento_base_image:python-debian-2025.03.01
2
2
3
3
# Run as root in the Dockerfile until we drop down to the service user in the entrypoint
4
4
USER root
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ The Bento notification service is configured via environment variables
18
18
19
19
## Running in Development
20
20
21
- First, Poetry ` >=1.3. 2 ` must be installed:
21
+ First, Poetry ` >=1.8.5,< 2 ` must be installed:
22
22
```
23
- pip install -U poetry
23
+ pip install -U ' poetry>=1.8.5,<2'
24
24
```
25
25
26
26
Development dependencies are described in ` pyproject.toml ` using Poetry, and can be
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/bento-platform/bento_base_image:python-debian-2025.01.21
1
+ FROM ghcr.io/bento-platform/bento_base_image:python-debian-2025.03.01
2
2
3
3
SHELL ["/bin/bash" , "-c" ]
4
4
You can’t perform that action at this time.
0 commit comments