Skip to content

Commit ef1bdf6

Browse files
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.1-bookworm to 1.85.0-bookworm Updates `library/rust` from 1.84.1-bookworm to 1.85.0-bookworm --- updated-dependencies: - dependency-name: library/rust dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: library/rust dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea41efd commit ef1bdf6

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

33
ARG DATABASE_URL
44

0 commit comments

Comments
 (0)