Skip to content

Commit

Permalink
chore: update base Docker img
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Feb 6, 2024
1 parent 87eed6e commit 380b811
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.12.01
FROM ghcr.io/bento-platform/bento_base_image:plain-debian-2024.02.01

ENV BENTO_PUBLIC_PACKAGE_JSON_PATH=/bento-public/package.json
WORKDIR /bento-public
Expand Down
4 changes: 2 additions & 2 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2023.12.01
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.02.01

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

# Use bookworm-backports to get go 1.21 instead of 1.19
# Install lsof to help killing the PID binding the port if needed
RUN echo "deb https://deb.debian.org/debian bookworm-backports main contrib non-free" >> /etc/apt/sources.list &&\
RUN echo "deb https://deb.debian.org/debian bookworm-backports main contrib non-free" >> /etc/apt/sources.list && \
echo "deb-src https://deb.debian.org/debian bookworm-backports main contrib non-free" >> /etc/apt/sources.list && \
apt-get update -y && \
apt-get upgrade -y && \
Expand Down

0 comments on commit 380b811

Please sign in to comment.