Skip to content

Commit

Permalink
chore: update Docker base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Dec 21, 2023
1 parent 818db3f commit 922d147
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
Expand Up @@ -31,7 +31,7 @@ COPY main.go .
RUN go build -o ./reactapp


FROM ghcr.io/bento-platform/bento_base_image:plain-debian-2023.10.20
FROM ghcr.io/bento-platform/bento_base_image:plain-debian-2023.12.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-2023.10.20
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2023.12.01

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

0 comments on commit 922d147

Please sign in to comment.