Skip to content

Commit

Permalink
chore: update docker base image & lockfile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 25, 2023
1 parent 83b63eb commit 74414e5
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 199 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.09.08
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.10.20

RUN apt-get update -y && \
apt-get install gcc libffi-dev -y && \
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.09.08
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.10.20

LABEL org.opencontainers.image.description="Local development image for Bento DRS."
LABEL devcontainer.metadata='[{ \
Expand Down
Loading

0 comments on commit 74414e5

Please sign in to comment.