Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: rust and nginx.


Updates `rust` from 1.77 to 1.78

Updates `nginx` from 1.25 to 1.27

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 4d79a4f commit c78db09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chombo-gen-backend.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.77 as builder
FROM rust:1.78 as builder
WORKDIR /usr/src/chombo-gen
COPY . .
WORKDIR /usr/src/chombo-gen/chombo-gen-backend
Expand Down
4 changes: 2 additions & 2 deletions chombo-gen-frontend.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.77 as builder
FROM rust:1.78 as builder
RUN rustup target add wasm32-unknown-unknown && \
cargo install trunk
WORKDIR /usr/src/chombo-gen
Expand All @@ -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.25
FROM nginx:1.27
COPY --from=builder /usr/src/chombo-gen/chombo-gen-frontend/dist /usr/share/nginx/html
2 changes: 1 addition & 1 deletion chombo-gen-proxy.dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM nginx:1.25
FROM nginx:1.27
COPY proxy/default.conf /etc/nginx/conf.d/default.conf

0 comments on commit c78db09

Please sign in to comment.