Skip to content

Commit

Permalink
Merge pull request #86 from bento-platform/chore/updates
Browse files Browse the repository at this point in the history
chore(deps): update base image + dependencies
  • Loading branch information
davidlougheed authored Apr 25, 2024
2 parents 0c7b4bf + 0d4d1e9 commit 35bbfb1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.03.22
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.04.01

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

Expand All @@ -7,7 +7,7 @@ WORKDIR /beacon

# Install dependencies
COPY requirements.txt .
RUN pip install --no-cache-dir "gunicorn==20.1.0" -r requirements.txt
RUN pip install --no-cache-dir "gunicorn==22.0.0" -r requirements.txt

# Copy whole project directory
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.03.22
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.04.01

LABEL org.opencontainers.image.description="Local development image for the Bento Beacon service."
LABEL devcontainer.metadata='[{ \
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
aiohttp==3.9.1
aiohttp==3.9.5
aiosignal==1.3.1
annotated-types==0.6.0
arrow==1.2.3
async-timeout==4.0.3
attrs==22.2.0
autopep8==1.6.0
bento-lib==10.1.1
certifi==2023.11.17
certifi==2024.2.2
cffi==1.15.1
charset-normalizer==2.1.1
click==8.1.7
cryptography==41.0.5
cryptography==42.0.5
flake8==6.1.0
Flask==2.2.5
Flask-Cors==3.0.10
fqdn==1.5.1
frozenlist==1.4.0
idna==3.4
idna==3.7
importlib-metadata==6.8.0
importlib-resources==6.1.1
isoduration==20.11.0
itsdangerous==2.1.2
Jinja2==3.1.2
Jinja2==3.1.3
jsonpointer==2.3
jsonschema==4.17.3
MarkupSafe==2.1.3
Expand Down

0 comments on commit 35bbfb1

Please sign in to comment.