Skip to content

Commit

Permalink
Merge pull request #26 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore(deps): update base image, gunicorn, dependencies
  • Loading branch information
davidlougheed authored Apr 26, 2024
2 parents 2db79e3 + 677473a commit 0e81bb8
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 254 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.03.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.04.01

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

RUN pip install --no-cache-dir gunicorn==21.2.0
RUN pip install --no-cache-dir gunicorn==22.0.0

WORKDIR /notification

Expand Down
4 changes: 1 addition & 3 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.03.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.04.01

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

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

RUN pip install --no-cache-dir gunicorn==21.2.0

WORKDIR /notification

# Create data directory
Expand Down
Loading

0 comments on commit 0e81bb8

Please sign in to comment.