Skip to content

Commit 090d642

Browse files
dependabot[bot]garryod
authored andcommitted
chore(deps): bump the minor group across 2 directories with 1 update
Bumps the minor group with 1 update in the /.devcontainer directory: library/rust. Bumps the minor group with 1 update in the /bundler directory: library/rust. Updates `library/rust` from 1.84.0-bookworm to 1.84.1-bookworm Updates `library/rust` from 1.84.0-bookworm to 1.84.1-bookworm --- updated-dependencies: - dependency-name: library/rust dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: library/rust dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7866fd commit 090d642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.84.0-bookworm
1+
FROM docker.io/library/rust:1.84.1-bookworm
22

33
RUN rustup component add rustfmt clippy
44

bundler/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.84.0-bookworm AS build
1+
FROM docker.io/library/rust:1.84.1-bookworm AS build
22

33
ARG DATABASE_URL
44

0 commit comments

Comments
 (0)