Skip to content

Commit

Permalink
chore: use new base image with updated poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jul 17, 2023
1 parent 45f2785 commit fef71a0
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 ghcr.io/bento-platform/bento_base_image:python-debian-2023.05.12
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.07.17

# Run as root in the Dockerfile until we drop down to the service user in the entrypoint
USER root
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.05.12
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.07.17

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

Expand Down

0 comments on commit fef71a0

Please sign in to comment.