Skip to content

Commit

Permalink
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.80.1-bookworm to 1.81.0-bookworm

Updates `library/rust` from 1.80.1-bookworm to 1.81.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 Sep 17, 2024
1 parent fb0b7e8 commit 6e32043
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.80.1-bookworm
FROM docker.io/library/rust:1.81.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.80.1-bookworm AS build
FROM docker.io/library/rust:1.81.0-bookworm AS build

ARG DATABASE_URL

Expand Down

0 comments on commit 6e32043

Please sign in to comment.