Skip to content

Commit

Permalink
chore(deps): bump the dependencies group across 1 directory with 2 up…
Browse files Browse the repository at this point in the history
…dates (#37)

Bumps the dependencies group with 2 updates in the / directory: rust and nginx.


Updates `rust` from 1.77 to 1.79

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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Maćkowski <[email protected]>
  • Loading branch information
dependabot[bot] and m4tx authored Jul 1, 2024
1 parent 7a4c5b0 commit 92529e2
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.79 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.79 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 92529e2

Please sign in to comment.