Skip to content

Commit

Permalink
chore: update NGINX + Bento base images
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 1, 2024
1 parent bce2ae2 commit e42089b
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 @@ -21,7 +21,7 @@ COPY src src

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

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

Expand Down

0 comments on commit e42089b

Please sign in to comment.