Skip to content

Commit

Permalink
chore(deps): bump the minor group across 2 directories with 1 update
Browse files Browse the repository at this point in the history
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.83.0-bookworm to 1.84.0-bookworm

Updates `library/rust` from 1.83.0-bookworm to 1.84.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>
  • Loading branch information
dependabot[bot] authored and garryod committed Jan 14, 2025
1 parent d324120 commit dd0b189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.83.0-bookworm
FROM docker.io/library/rust:1.84.0-bookworm

RUN rustup component add rustfmt clippy

Expand Down
2 changes: 1 addition & 1 deletion bundler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.83.0-bookworm AS build
FROM docker.io/library/rust:1.84.0-bookworm AS build

ARG DATABASE_URL

Expand Down

0 comments on commit dd0b189

Please sign in to comment.