Skip to content

Commit 7121c8d

Browse files
committed
chore: update base image
1 parent 3055a7d commit 7121c8d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
# Run as root in the Dockerfile until we drop down to the service user in the entrypoint
44
USER root

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The Bento notification service is configured via environment variables
1818

1919
## Running in Development
2020

21-
First, Poetry `>=1.3.2` must be installed:
21+
First, Poetry `>=1.8.5,<2` must be installed:
2222
```
23-
pip install -U poetry
23+
pip install -U 'poetry>=1.8.5,<2'
2424
```
2525

2626
Development dependencies are described in `pyproject.toml` using Poetry, and can be

dev.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
SHELL ["/bin/bash", "-c"]
44

0 commit comments

Comments
 (0)