Skip to content

Commit 3fabd33

Browse files
chore(deps): bump the minor group across 5 directories with 2 updates
Bumps the minor group with 1 update in the /backend directory: library/rust. Bumps the minor group with 1 update in the /backend/graph-proxy/.devcontainer directory: library/rust. Bumps the minor group with 1 update in the /backend/sessionspaces/.devcontainer directory: library/rust. Bumps the minor group with 1 update in the /frontend directory: library/nginx. Bumps the minor group with 1 update in the /workflows-cli/.devcontainer directory: library/rust. Updates `library/rust` from 1.91.1-bookworm to 1.92.0-bookworm Updates `library/rust` from 1.91.1-bookworm to 1.92.0-bookworm Updates `library/rust` from 1.91.1-bookworm to 1.92.0-bookworm Updates `library/nginx` from 1.29.3-alpine-slim to 1.29.4-alpine-slim Updates `library/rust` from 1.91.1-bookworm to 1.92.0-bookworm --- updated-dependencies: - dependency-name: library/rust dependency-version: 1.92.0-bookworm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: library/rust dependency-version: 1.92.0-bookworm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: library/rust dependency-version: 1.92.0-bookworm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: library/nginx dependency-version: 1.29.4-alpine-slim dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: library/rust dependency-version: 1.92.0-bookworm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba01d15 commit 3fabd33

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

backend/Dockerfile.auth-daemon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/rust:1.91.1-bookworm AS build
1+
FROM docker.io/library/rust:1.92.0-bookworm AS build
22

33
WORKDIR /app
44

backend/Dockerfile.graph-proxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/rust:1.91.1-bookworm AS build
1+
FROM docker.io/library/rust:1.92.0-bookworm AS build
22

33
ARG ARGO_SERVER_SCHEMA_URL
44

backend/Dockerfile.sessionspaces

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/rust:1.91.1-bookworm AS build
1+
FROM docker.io/library/rust:1.92.0-bookworm AS build
22

33
ARG DATABASE_URL
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM docker.io/library/rust:1.91.1-bookworm
1+
FROM docker.io/library/rust:1.92.0-bookworm
22

33
RUN rustup component add rustfmt clippy
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM docker.io/library/rust:1.91.1-bookworm
1+
FROM docker.io/library/rust:1.92.0-bookworm
22

33
RUN rustup component add rustfmt clippy

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN yarn run --cwd=relay-workflows-lib relay
1515
COPY ./supergraph.graphql ./dashboard/supergraph.graphql
1616
RUN yarn run --cwd=dashboard build
1717

18-
FROM docker.io/library/nginx:1.29.3-alpine-slim as nginx
18+
FROM docker.io/library/nginx:1.29.4-alpine-slim as nginx
1919

2020
WORKDIR /app
2121

workflows-cli/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/rust:1.91.1-bookworm
1+
FROM docker.io/library/rust:1.92.0-bookworm
22

33
ENV WORKFLOWS_HOME="/workspace/workflows-cli"
44

0 commit comments

Comments
 (0)