Skip to content

Commit

Permalink
chore(deps): bump nginx from 1.24 to 1.25 (#7)
Browse files Browse the repository at this point in the history
Bumps nginx from 1.24 to 1.25.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent c01cd38 commit a90cdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chombo-gen-frontend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ WORKDIR /usr/src/chombo-gen/chombo-gen-frontend
ENV CHOMBO_GEN_API_URL=/api
RUN trunk build --release

FROM nginx:1.24
FROM nginx:1.25
COPY --from=builder /usr/src/chombo-gen/chombo-gen-frontend/dist /usr/share/nginx/html

0 comments on commit a90cdcf

Please sign in to comment.