Skip to content

Commit 92529e2

Browse files
chore(deps): bump the dependencies group across 1 directory with 2 updates (#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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mateusz Maćkowski <m4tx@m4tx.pl>
1 parent 7a4c5b0 commit 92529e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

chombo-gen-backend.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.77 as builder
1+
FROM rust:1.79 as builder
22
WORKDIR /usr/src/chombo-gen
33
COPY . .
44
WORKDIR /usr/src/chombo-gen/chombo-gen-backend

chombo-gen-frontend.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.77 as builder
1+
FROM rust:1.79 as builder
22
RUN rustup target add wasm32-unknown-unknown && \
33
cargo install trunk
44
WORKDIR /usr/src/chombo-gen
@@ -7,5 +7,5 @@ WORKDIR /usr/src/chombo-gen/chombo-gen-frontend
77
ENV CHOMBO_GEN_API_URL=/api
88
RUN trunk build --release
99

10-
FROM nginx:1.25
10+
FROM nginx:1.27
1111
COPY --from=builder /usr/src/chombo-gen/chombo-gen-frontend/dist /usr/share/nginx/html

chombo-gen-proxy.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM nginx:1.25
1+
FROM nginx:1.27
22
COPY proxy/default.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)