Skip to content

Commit

Permalink
Merge pull request #169 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: bump version to 0.19.0 and update dependencies
  • Loading branch information
davidlougheed authored Jul 15, 2024
2 parents fb80193 + c25f4ad commit 6e0d977
Show file tree
Hide file tree
Showing 5 changed files with 2,012 additions and 805 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY main.go .
RUN go build -o ./reactapp


FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.03.01
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.07.09

ENV BENTO_PUBLIC_PACKAGE_JSON_PATH=/bento-public/package.json
WORKDIR /bento-public
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:node-debian-2024.03.01
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.07.09

RUN apt-get update -y && \
apt-get install -y ca-certificates
Expand Down
Loading

0 comments on commit 6e0d977

Please sign in to comment.