Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Bump the minor group in /.devcontainer with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor group in /.devcontainer with 2 updates: library/rust and library/node.


Updates `library/rust` from 1.77.0-bullseye to 1.77.1-bullseye

Updates `library/node` from 21.7.1-bookworm to 21.7.2-bookworm

---
updated-dependencies:
- dependency-name: library/rust
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: library/node
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 805b1d2 commit 7b38dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile.backend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.77.0-bullseye
FROM docker.io/library/rust:1.77.1-bullseye

RUN rustup component add rustfmt clippy

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile.frontend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:21.7.1-bookworm
FROM docker.io/library/node:21.7.2-bookworm

RUN apt-get update \
&& apt-get install --yes --no-install-recommends \
Expand Down

0 comments on commit 7b38dd4

Please sign in to comment.