Skip to content

Commit

Permalink
Merge pull request #154 from bento-platform/chore/updates
Browse files Browse the repository at this point in the history
chore: update base images + dependencies
  • Loading branch information
davidlougheed authored Mar 4, 2024
2 parents 52cc57a + cbfde15 commit f339cc9
Show file tree
Hide file tree
Showing 5 changed files with 556 additions and 420 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:plain-debian-2024.02.01
FROM ghcr.io/bento-platform/bento_base_image:plain-debian-2024.03.01

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.02.01
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.03.01

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

0 comments on commit f339cc9

Please sign in to comment.