Skip to content

Commit

Permalink
Merge pull request #452 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base image, lockfile deps, typescript 5.6
  • Loading branch information
davidlougheed authored Sep 20, 2024
2 parents c925ce7 + def384e commit 6369aa2
Show file tree
Hide file tree
Showing 5 changed files with 1,563 additions and 962 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY static static

RUN npm run build

FROM nginx:1.25
FROM nginx:1.26

# Install node so that we can run the create_config_prod.js & create_service_info.js scripts
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY package-lock.json .

RUN npm ci

FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.04.01
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.09.01

LABEL org.opencontainers.image.description="Local development image for Bento Web."

Expand Down
Loading

0 comments on commit 6369aa2

Please sign in to comment.